-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add utility methods for Basic Auth, Digest Auth, etc. #5
Labels
type-enhancement
A request for a change that isn't a bug
Comments
This will be done through middleware going forward. Can close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dart:io HttpClient has utility methods for adding client credentials to the request:
https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:io.HttpClientCredentials
It would be convenient to have similar methods. Not sure where it fits in this library's API.
The text was updated successfully, but these errors were encountered: