Skip to content

A small plugin to enable httpie communicate with aws resources that need v4 signing

License

Notifications You must be signed in to change notification settings

gabeno/httpie-aws-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpie-ntlm

aws auth plugin for HTTPie.

Installation

$ pip install httpie-aws-auth

You should now see aws-auth under --auth-type in $ http --help output.

Usage

$ http --auth-type=aws-auth --auth='...' aws-aanana.com

You can also use HTTPie sessions:

# Create session
$ http --session=logged-in --auth-type=aws-auth --auth='...' aws-aanana.com

# Re-use auth
$ http --session=logged-in POST example.org hello=world

Requirements

About

A small plugin to enable httpie communicate with aws resources that need v4 signing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages