with input from kn@ and jca@
Changelog:
- Added support for custom content types for uploaded files.
- Added support for $XDG_CONFIG_HOME.
- Added support for Set-Cookie triggered cookie expiration.
- Added --format-options to allow disabling sorting, etc.
- Added --sorted and --unsorted shortcuts for (un)setting all
sorting-related --format-options.
- Added --ciphers to allow configuring OpenSSL ciphers.
- Added netrc support for auth plugins. Enabled for --auth-type=basic
and digest, 3rd parties may opt in.
- Fixed built-in plugins-related circular imports.
Tests patched to deal with an error if py3-openssl is installed.
ok on a sthen@ kn@ on a previous version
ok jca@
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
HTTPie is a command line HTTP client. Its goal is to make CLI
interaction with web services as human-friendly as possible. It provides
a simple http command that allows for sending arbitrary HTTP requests
using a simple and natural syntax, and displays colorized responses.
HTTPie can be used for testing, debugging, and generally interacting
with HTTP servers.
ok benoit@