Skip to content
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

Closed
wstrange opened this issue Mar 8, 2015 · 1 comment
Closed

Add utility methods for Basic Auth, Digest Auth, etc. #5

wstrange opened this issue Mar 8, 2015 · 1 comment
Labels
type-enhancement A request for a change that isn't a bug

Comments

@wstrange
Copy link

wstrange commented Mar 8, 2015

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.

@nex3 nex3 added the type-enhancement A request for a change that isn't a bug label Mar 9, 2015
@donny-dont
Copy link

This will be done through middleware going forward. Can close.

@nex3 nex3 closed this as completed Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants