Commit Graph

197 Commits

Author SHA1 Message Date
Jakub Roztocil
0f96348fd1 Cleanup 2014-07-18 13:39:47 +02:00
Alexis Metaireau
e3c83fca6f Add the hawk plugin 2014-07-17 00:48:56 +02:00
Jakub Roztocil
79329ed1c6 Mention "brew install httpie --HEAD". 2014-06-28 13:26:48 +02:00
Jakub Roztočil
a02a1eb562 Fixed README formatting 2014-06-24 17:27:01 +02:00
Jakub Roztočil
5e556612d9 Added $ brew install httpie to README
https://twitter.com/jakubroztocil/status/481453834024550400

Thanks @insomniacslk!
2014-06-24 17:25:29 +02:00
Rocky Meza
541c75ed5c Fixed the order of args to grep in README. 2014-06-15 08:14:37 -06:00
Felix Bünemann
f283de6968 Add info about SNI on Python 2.x to README
This updates the HTTPS section of the README with instructions on how to get SNI working on Python 2.x.
2014-05-26 15:31:16 +02:00
Jakub Roztocil
858555abb5 Make sure session and default headers play nice
Before: headers = default + args + session
Now:    headers = default + session + args

Fixes #180
2014-05-08 12:27:50 +01:00
Jakub Roztocil
d9eca19b8f New URL. 2014-05-05 21:17:23 +02:00
Jakub Roztocil
609950f327 Updated Travis icon URL. 2014-04-26 18:48:57 +02:00
Jakub Roztocil
e8a1c051f9 Changelog 2014-04-26 17:53:35 +02:00
Jakub Roztocil
5c29a4e551 Added windows build status icon to README. 2014-04-26 11:32:41 +02:00
Jakub Roztocil
492ee392bd Cleanup 2014-04-25 12:42:50 +02:00
Jakub Roztocil
887f70f595 Added CONTRIBUTING.rst. 2014-04-24 19:32:55 +02:00
Jakub Roztocil
6071fff4af Refactored tests into smaller modules. 2014-04-24 14:07:31 +02:00
Ben Beuchler
a2918d877d Update README.rst 2014-03-24 18:03:59 -05:00
Jakub Roztocil
76ab6e49d5 Updated installation instructions. 2014-03-04 18:44:31 +01:00
Jakub Roztocil
c33775e785 Updated installation instructions. 2014-03-04 18:42:33 +01:00
Jakub Roztocil
09810d55ba Updated installation instructions. 2014-03-04 18:36:22 +01:00
Jakub Roztocil
29877bc8ad Updated installation instructions. 2014-03-04 18:24:32 +01:00
Jakub Roztocil
af6bda11af Removed Bitdeli badge. 2014-02-18 14:09:50 +01:00
Matthias Lehmann
b3a34aba44 added --cert to CHANGELOG and matleh to AUTHORS 2014-02-12 11:23:31 +01:00
Matthias Lehmann
dd7197c60b document --cert and --certkey 2014-02-05 12:51:05 +01:00
Jakub Roztocil
43cc3e7ddb Fixed changelog link. 2014-01-25 15:15:16 +01:00
Jakub Roztocil
f1224da526 v0.8.0 2014-01-25 15:11:38 +01:00
Jakub Roztocil
e0cc63c7eb Cleanup 2014-01-25 15:09:28 +01:00
Jakub Roztocil
52dd6adaa3 Updated README. 2014-01-25 15:04:15 +01:00
Jakub Roztočil
748a0a480d Update README.rst 2014-01-17 08:57:05 +01:00
Jakub Roztočil
01df344a07 Update README.rst 2014-01-17 08:56:24 +01:00
Jakub Roztocil
6af42b1827 Added Bitdeli badge. 2013-12-08 11:38:26 +01:00
Jakub Roztocil
0e267d8efa Added a link to the httpie-negotiate auth plugin by @ndzou II. 2013-10-09 23:46:55 +02:00
Jakub Roztocil
927acc283e Added a link to the httpie-negotiate auth plugin by @ndzou. 2013-10-09 23:44:55 +02:00
Nathan LaFreniere
4fe3deb9d9 add self to authors, update changelog, and mention shorthand in --help output 2013-10-09 13:21:14 -07:00
Nathan LaFreniere
9034546b80 tweak readme more 2013-10-09 11:37:05 -07:00
Nathan LaFreniere
2c12fd99f9 tweak readme more 2013-10-09 11:36:01 -07:00
Nathan LaFreniere
70eb97dece tweak readme to show http requests 2013-10-09 11:34:22 -07:00
Nathan LaFreniere
8a52bef559 make shorthand parsing more robust, add unit tests and documentation 2013-10-09 11:32:41 -07:00
Jakub Roztocil
81c99886fd Update --proxy examples to include URLs to work with Requests v2.0.0.. 2013-09-25 22:02:29 +02:00
Jakub Roztocil
d5bc564e4f Allow embeding text (=@) and JSON (:=@) files content into request data fields. 2013-09-24 23:41:18 +02:00
Jakub Roztocil
54c5c3d82b 0.7.1 2013-09-24 21:57:29 +02:00
Jakub Roztocil
2a6514eb5d Update to requests 2.0.0
Closes #140.
2013-09-24 21:49:43 +02:00
Jakub Roztocil
87774acf5c Changelog 2013-09-24 20:09:23 +02:00
Jakub Roztocil
9d2ac5d8ad 0.7.0 2013-09-24 20:07:48 +02:00
Jakub Roztocil
29f6b6a2a9 Improved Content-Disposition parsing for --download mode
Closes #168.
2013-09-24 19:50:37 +02:00
Jakub Roztocil
354aaa94bd Improved .netrc example formatting. 2013-09-22 15:20:50 +02:00
Jakub Roztocil
2ad4059f92 Improved .netrc example formatting. 2013-09-22 15:19:59 +02:00
Jakub Roztocil
5a6b65ecc6 Added link to httpie-oauth. 2013-09-22 15:10:50 +02:00
Jakub Roztocil
2acb303552 Added support for auth plugins. 2013-09-21 23:46:15 +02:00
Jakub Roztocil
f7b703b4bf Added --ignore-stdin
Closes #150
2013-08-23 10:57:17 +02:00
Jakub Roztocil
f87884dd8d README 2013-08-01 08:46:37 +02:00