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

With Flutter:

 $ flutter pub add auth_header

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

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';
2
likes
110
pub points
75%
popularity

Publisher

unverified uploader

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