Jakub Roztocil
be9d9281b7
Added a link to the httpie-edgegrid plugin.
2015-06-30 11:50:11 +02:00
Andrew Marcinkevičius
ece85c0f0c
Fix typos, improve readability
2015-03-10 10:05:13 +02:00
Jakub Roztocil
fdabbc6048
Typo
2015-02-24 16:50:02 +01:00
Jakub Roztocil
5f3de558cb
README
2015-02-24 16:41:34 +01:00
Jakub Roztocil
bada3b45f1
Use absolute links to LICENCE, etc.
2015-02-24 07:50:15 +01:00
Jakub Roztocil
fb437591da
Include AUTHORS.rst in dist; metadata cleanup
2015-02-16 21:42:09 +01:00
Jakub Roztocil
b7fc89acdc
README fixes
2015-02-16 21:29:40 +01:00
Jakub Roztocil
2e88aa53cf
Extracted changes from README into a proper CHANGELOG file
...
Inspired by keepachangelog.com
2015-02-16 21:16:39 +01:00
Jakub Roztocil
45784c7260
Fixed TOC
2015-02-15 12:57:57 +01:00
Jakub Roztocil
868baaba4e
README
2015-02-15 12:53:57 +01:00
Jakub Roztocil
5760b780a0
README
2015-02-15 11:28:53 +01:00
Jakub Roztocil
2e5d14238f
Tweak badge style
2015-02-15 00:54:49 +01:00
Jakub Roztocil
3b3eff01b7
Use shields.io badges
2015-02-15 00:51:58 +01:00
Jakub Roztocil
42f454eb6b
README
2015-02-15 00:43:24 +01:00
Jakub Roztocil
40d95b650c
README
2015-02-15 00:42:41 +01:00
Jakub Roztocil
dd0a4ab87a
Default --style to "monokai"
...
419ca85
2015-02-14 22:51:31 +01:00
Jakub Roztocil
419ca85e62
The default color --style is now "fruity"
...
It's experimental - please let me know should you dislike this change.
To make Solarized default again, add this to your ~/.config.json:
"default_options": [
"--style=solarized"
],
2015-02-14 18:18:04 +01:00
Jakub Roztocil
596fdc8c7e
Update README examples with the new default Accept-Encoding
value used by Requests.
2015-02-14 17:55:34 +01:00
Jakub Roztocil
6e7e2f2eea
Changed the default JSON Content-Type
to application/json
.
2015-02-14 17:45:15 +01:00
Jakub Roztocil
337c05f95c
README
2015-02-07 18:06:49 +01:00
Jakub Roztocil
753a8d04e4
v0.9.1
2015-02-07 17:04:13 +01:00
Jakub Roztocil
0d21ff022e
Added a link to @pd's httpie-api-auth plugin
2015-02-06 20:06:50 +01:00
Jakub Roztocil
92a4352f10
Added a coveralls badge.
2015-01-31 17:49:48 +01:00
Marc Abramowitz
17358be1ae
README.rst: suppor => support
2015-01-31 07:01:54 -08:00
Jakub Roztocil
338d39c841
Fixed version link
2015-01-31 13:23:52 +01:00
Jakub Roztocil
530d6c5e27
1.0.0-dev
2015-01-31 13:22:17 +01:00
Jakub Roztocil
6c66d91f59
v0.0.9
2015-01-31 13:21:45 +01:00
Jakub Roztocil
ed6485498b
README
2015-01-24 00:41:22 +01:00
Jakub Roztocil
59b6020105
Extended SSL documentation.
2015-01-24 00:22:31 +01:00
Jakub Roztocil
df07927843
--certkey is now --cert-key
2015-01-23 23:54:27 +01:00
Jakub Roztocil
0481957715
Fixed multiple uploads with the same field name
...
Closes #267
2014-10-20 14:41:48 +02:00
Jakub Roztocil
24f46ff3ef
Changelog
2014-09-08 07:50:41 +02:00
Jakub Roztocil
b0effe07d9
Fixed --output=/dev/null on Linux
...
Closes #252
2014-09-07 10:22:21 +02:00
Jakub Roztocil
af873effb6
Changelog typo.
2014-09-05 18:40:28 +02:00
Jakub Roztocil
5084f18568
'\' only escapes separator characters in req-items
...
It makes easier to work with Windows paths.
Closes #253 , #254
2014-09-05 18:36:23 +02:00
Jakub Roztocil
ca36f1de04
Handle empty passwords in URL credentials
...
Closes #242
2014-07-18 13:39:47 +02:00
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
Lorin Hochstein
69247066dc
Augment cookie example in README for multiple cookies
...
This change updates the README to show how to pass multiple cookies.
2013-07-31 10:29:38 -04:00
Jakub Roztocil
60f09776a5
httpless
outputs also response headers by default
2013-06-03 12:28:04 +02:00
Jakub Roztocil
48719aa70e
README
2013-06-03 12:22:34 +02:00
Jakub Roztocil
809a461a26
v0.6.0
2013-06-03 12:19:43 +02:00
Jakub Roztocil
172df162b3
Added XML formatting to CHANGELOG.
2013-06-02 20:27:58 +02:00
Jakub Roztocil
63b61bc811
Add custom Host example.
2013-05-20 15:31:02 +02:00
Jakub Roztocil
8e112a6948
test_download_no_Content_Length
2013-05-13 15:35:12 +02:00
Jakub Roztocil
87c59ae561
Added anonymous sessions (--session=/file/path.json).
2013-05-13 14:47:44 +02:00
Jakub Roztocil
5b9cbcb530
v0.5.1
2013-05-13 12:40:25 +02:00
Jakub Roztocil
8ad33d5f6a
Changelog
2013-05-13 12:20:54 +02:00
Jakub Roztocil
86ac4cdb7b
Changelog
2013-05-13 12:20:28 +02:00
Jakub Roztocil
e09b74021c
Ignore Content-* and If-* request headers.
...
Those headers are not stored in sessions anymore.
Closes #141 .
2013-05-13 11:54:49 +02:00
Jakub Roztocil
71e7061014
v0.5.0
2013-04-27 12:03:38 -03:00
Jakub Roztocil
bc756cb6a2
Cleanup
2013-04-27 11:57:13 -03:00
Graeme West
dac79a8efc
Added example for .netrc usage (see issue #139 in upstream.
2013-04-17 16:32:55 +01:00
Jakub Roztocil
6c3b983c18
Tests
2013-04-15 00:56:47 -03:00
Jakub Roztocil
5a1177d57e
Fixed downloads with no Content-Length.
2013-04-13 14:50:46 -03:00
Jakub Roztocil
c63a92f9b7
Cleanup
2013-04-12 22:02:34 -03:00
Jakub Roztocil
d17e02792b
Fixed length progress bar.
2013-04-12 21:49:27 -03:00
Jakub Roztocil
e8d79c4d8c
Docs fix.
2013-04-12 11:37:58 -03:00
Jakub Roztocil
38206e9e92
Cleanup
2013-04-12 11:26:42 -03:00
Jakub Roztocil
55d5e78324
--download docs ( #104 ).
2013-04-12 11:06:03 -03:00
Jakub Roztocil
7ccdece39f
Cleanup
2013-04-11 04:00:41 -03:00
Jakub Roztocil
b0dd463687
Corrected session info in the README.
2013-03-22 16:26:51 -03:00
Jakub Roztocil
8e6c765be2
Initial --download implementation ( #104 ).
...
Closes #127
2013-03-03 22:17:09 -03:00
Jakub Roztocil
f0c42cd089
v0.4.1
2013-02-26 14:37:09 +01:00
Jakub Roztocil
2bed81059a
Updated README.
2013-02-22 14:04:27 +01:00
Jakub Roztocil
be0b2f21d2
v0.4.0
2013-02-22 13:52:50 +01:00
Jakub Roztocil
d97a610f7c
Added new logo by @claudiatd ✨
2013-02-22 13:51:37 +01:00
Jakub Roztocil
5cc5b13555
Removed the management command.
...
It means that:
httpie session list
httpie session edit
...
are gone.
It has never been part of a stable release, and since it wasn't
a very useful feature, it's beeing removed now to avoid feature creep.
2013-02-22 13:27:26 +01:00
Jakub Roztocil
4c45f0d91f
Session name escaping.
2013-01-22 20:02:39 +01:00
Jakub Roztocil
a93d57b58b
Fixed request/response session cookies.
...
Closes #113 .
2013-01-04 02:59:05 +01:00
Jakub Roztocil
d84d94dd55
Clean up
2013-01-03 13:49:41 +01:00
Jakub Roztocil
fe16f425a9
Require Requests v1.0.3.
2012-12-19 12:31:01 +01:00
Jakub Roztocil
291f520e0c
Update README.rst
2012-12-17 12:26:57 +01:00
Jakub Roztocil
9ec328ff6f
Session commands.
2012-12-11 12:54:34 +01:00
Jakub Roztocil
8190a7c0c6
Fixed httpie session list
2012-12-05 04:36:42 +01:00
Jakub Roztocil
4a615e762f
Updated session docs.
2012-12-01 18:43:33 +01:00
Jakub Roztocil
7426b4b493
RST formatting.
2012-12-01 18:26:15 +01:00
Jakub Roztocil
2cdcadd9d5
Added docs for httpie
.
2012-12-01 18:25:34 +01:00
Jakub Roztocil
18510a9396
Progress on httpie session *
.
2012-12-01 18:16:00 +01:00
Jakub Roztocil
2cf379df78
Fixed README typo.
2012-12-01 16:20:16 +01:00
Jakub Roztocil
444a9fa929
Added httpless
to README.
2012-12-01 15:54:36 +01:00
Jakub Roztocil
4a24cd25b9
Clean up.
2012-12-01 15:20:14 +01:00
Jakub Roztocil
466e1dbedf
Updated CHANGELOG ( #100 ).
2012-11-08 22:39:28 +01:00
Jakub Roztocil
d87b2aa0e5
Added support for credentials in URL.
...
Closes #100 🍰
2012-11-08 22:29:54 +01:00
Jakub Roztocil
5d969852c7
Added --no-option's and made args more config-friendly.
2012-09-24 06:49:12 +02:00
Jakub Roztocil
bbc702fa11
Improved README.
2012-09-24 05:59:52 +02:00
Jakub Roztocil
e25d64a610
0.3.0
2012-09-21 05:50:01 +02:00
Jakub Roztocil
a41dd7ac6d
Allow output redirection on Windows.
...
Closes #88 .
2012-09-21 04:30:59 +02:00
Jakub Roztocil
4a6f32a0f4
Documented config.
...
Also renamed `default_content_type` to `implicit_content_type` .
2012-09-17 03:08:45 +02:00
Jakub Roztocil
478d654945
Renamed --session-read to --session-read-only.
2012-09-17 00:01:49 +02:00
Jakub Roztocil
316e3f45a9
Added --session-read
for read-only sessions.
2012-09-07 12:38:52 +02:00
Jakub Roztocil
da0eb7db79
Renamed --allow-redirects to --follow.
2012-09-07 11:58:39 +02:00
Jakub Roztocil
47de4e2c9c
Sessions are now host-bound.
2012-08-19 04:58:14 +02:00
Jakub Roztocil
f74424ef03
README
2012-08-18 23:11:56 +02:00
Jakub Roztocil
8a9cedb16e
JSON session data, `httpie' management command.
2012-08-18 23:07:36 +02:00
Jakub Roztocil
ff9f23da5b
Grouped arguments for a more user-friendly --help.
2012-08-18 06:12:44 +02:00
Jakub Roztocil
d3df59c8af
Updated README.
2012-08-17 23:35:36 +02:00
Jakub Roztocil
2057e13a1d
Updated README.
2012-08-17 23:35:06 +02:00
Jakub Roztocil
4957686bcd
Updated README.
2012-08-17 23:34:42 +02:00
Jakub Roztocil
4c0d7d526f
Added initial support for persistent sessions.
2012-08-17 23:30:47 +02:00
Jakub Roztocil
0b3bad9c81
Added initial support for persistent sessions.
2012-08-17 23:23:02 +02:00
Jakub Roztocil
1ed43c1a1e
Semver-compatible versioning.
2012-08-17 21:24:34 +02:00