auth_header 3.0.1 copy "auth_header: ^3.0.1" to clipboard
auth_header: ^3.0.1 copied to clipboard

Utility library to parse and manipulate HTTP Authorisation header

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auth_header
copied to clipboard

With Flutter:

 $ flutter pub add auth_header
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  auth_header: ^3.0.1
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auth_header/auth_header.dart';
copied to clipboard
2
likes
140
points
27.9k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

Utility library to parse and manipulate HTTP Authorisation header

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on auth_header