-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Plugin Architecture #166
Labels
Comments
ghost
assigned jkbrzt
Sep 16, 2013
I think you mean NTLM not NLTP =P |
// @sigmavirus24 fixed :) |
Done. Example auth plugin: https://github.com/jkbr/httpie-ntlm |
🤘 You rock @jkbr /cc @matt-hickford |
I installed from master branch head. Any ideas?
I'm using Python 2.7 on Windows. For whatever reason, the |
Merged
kevinburke
pushed a commit
to kevinburke/httpie
that referenced
this issue
Dec 16, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Work is being on a simple plugin architecture for HTTPie.
To begin with, it will support auth plugins that get a username/password pair and return a
requests.auth.AuthBase
subclass. Candidates for auth plugins:The text was updated successfully, but these errors were encountered: