Jakub Roztocil
97804802c0
Alternatives
2016-12-17 03:10:52 +01:00
Jakub Roztocil
c9296a9a45
Added link to httpcat
2016-12-17 03:06:48 +01:00
Jakub Roztocil
64a41c2601
README
2016-12-17 03:04:59 +01:00
Jakub Roztocil
0af6ae1be4
Fix PyPi README rendering
...
Close #540
2016-12-09 00:26:55 +01:00
Jakub Roztocil
d0fc10cf1a
AWS / Amazon S3 auth plugin link
2016-12-08 21:48:38 +01:00
Jakub Roztocil
f133dbf22c
Update README with new plugin repos location
2016-12-08 21:48:11 +01:00
Jakub Roztocil
9d93b07a9d
Redme
2016-12-08 05:38:25 +01:00
Jakub Roztocil
fb3a26586a
Fix --auth-type help
2016-12-08 05:16:22 +01:00
Jakub Roztocil
da59381b0b
Fix PyPi link
2016-12-07 18:54:53 +01:00
Jakub Roztocil
6de2d6c2cb
Docs
2016-12-07 06:20:01 +01:00
Jakub Roztocil
b9b033ed0c
Docs
2016-12-07 06:00:51 +01:00
Jakub Roztocil
64d6363565
Docs
2016-12-07 05:59:27 +01:00
Jakub Roztocil
923b7acbe6
Docs
2016-12-07 05:56:53 +01:00
Ryan Lee
4fef4b9a75
Update README.rst
...
Change "you shell" to "your shell"
2016-10-28 12:02:21 +08:00
Jakub Roztocil
64f6f69037
Add Twitter link
2016-09-17 15:58:05 +02:00
Jakub Roztocil
497a91711a
README
2016-09-12 09:13:37 +02:00
Jakub Roztocil
f515ef72d0
README
2016-09-12 09:12:07 +02:00
Jakub Roztocil
22a2fddc79
README
2016-09-12 08:59:55 +02:00
Jakub Roztocil
1847eaa299
Updated config docs
2016-09-11 18:48:56 +02:00
Jakub Roztocil
e387c1d43e
Updated config docs
2016-09-11 18:46:33 +02:00
Jakub Roztocil
fc6d89913f
README
2016-09-11 11:39:03 +02:00
Jakub Roztocil
d584686744
README
2016-09-11 01:16:07 +02:00
Josh Ellithorpe
c4b309164f
Updated README.rst to add Arch Linux install docs.
2016-08-13 19:08:37 -07:00
Jakub Roztocil
6238b59e72
Fix formatting
2016-07-08 15:05:43 +02:00
Jakub Roztocil
702c21aa91
Added related projects
2016-07-08 15:03:48 +02:00
Jakub Roztocil
8c0f0b578c
Clean-up
2016-07-02 18:44:02 +02:00
Jakub Roztocil
bb4881a873
Fixed README
2016-07-02 18:30:04 +02:00
Jakub Roztocil
3a1726b4ed
Fixed README
2016-07-02 15:04:19 +02:00
Jakub Roztocil
bfc64bce21
Upgrade requests to 2.10.0 to enable optional SOCKS support
...
Closes #86
2016-07-02 14:58:34 +02:00
Jakub Roztocil
49a0fb6e0f
More liberal default JSON Accept header
...
Closes #470
2016-07-02 14:18:36 +02:00
Jakub Roztocil
41e822ca2f
Clean-up
2016-07-02 12:51:35 +02:00
Jakub Roztocil
1124d68946
Added --default-scheme <URL_SCHEME>
...
Closes #289
2016-07-02 12:47:02 +02:00
Jakub Roztocil
5acbc904b7
Added the ability to unset headers
...
Closes #476
2016-07-02 11:50:30 +02:00
Jakub Roztocil
caf60cbc65
Typos
2016-07-02 11:11:06 +02:00
Jakub Roztocil
2b0e642842
Document preference for Python 3
...
Also mention that the Homebrew formula depends on Python 3 starting with HTTPie 0.9.4.
2016-07-02 11:07:46 +02:00
Jakub Roztocil
098257c0be
Rename --print-others to --history-print.
2016-07-01 18:49:27 +02:00
Kyle Mathews
eba6b63c55
Remove extra backtick.
2016-04-18 15:11:04 -07:00
Jakub Roztocil
33eb9acd92
Updated README
2016-03-18 09:20:19 +08:00
Jakub Roztocil
001bda1945
README
2016-03-17 15:00:50 +08:00
Jakub Roztocil
7c68d87c10
README
2016-03-10 14:27:33 +08:00
Jakub Roztocil
8881ebf033
Changed the version icon label to include to word "stable"
2016-03-09 13:49:00 +08:00
Jakub Roztocil
7ce6eb148e
Typo
2016-03-07 07:09:58 +08:00
Jakub Roztocil
6e1dbadff9
Replace --show-redirects with --all and add --print-others, -P
...
With --all, any intermediary requests/responses are shown (such as redirects
or the initial unauthorized Digest auth request).
The --print-others, -P option works like --print, -p, but only applies to
intermediary requests/responses. The default behaviour is to inherit
the value of -p.
2016-03-07 07:04:23 +08:00
Jakub Roztocil
6731cb881a
README
2016-03-03 17:26:47 +08:00
Jakub Roztocil
f7d1b739e2
README
2016-03-03 17:24:46 +08:00
Jakub Roztocil
2d9414d34c
Fixed README
2016-03-03 17:21:51 +08:00
Jakub Roztocil
20823c1702
Removed the "implicit_content_type" config option
...
If you used:
"implicit_content_type": "form"
You can achieve the the same result with:
"default_options": ["--form"]
If you used:
"implicit_content_type": "json"
Then it's the default behaviour and it can be removed.
In either case HTTPie will migrate your config file on the next invocation.
2016-03-03 17:14:39 +08:00
Jakub Roztocil
13a979ad11
Cleanup
2016-03-02 14:20:35 +08:00
Jakub Roztocil
dc4da527db
Added --ssl=<PROTOCOL_VERSION>
...
Closes #98
2016-03-02 12:12:05 +08:00
Jakub Roztocil
d4067fcb6d
Added a short timeout for test requests
2016-03-02 00:31:00 +08:00
Jakub Roztocil
20f01709ea
Mention URL escaping
...
Closes #311
2016-03-01 23:48:13 +08:00
Jakub Roztocil
e83e554ffb
README
2016-03-01 16:50:30 +08:00
Jakub Roztocil
f96f0ef9ed
JSON detection improvements
2016-03-01 16:22:54 +08:00
Jakub Roztocil
74e4d0b678
Added JSON detection when `--json, -j
` is set
...
To correctly format JSON responses even when an incorrect ``Content-Type`` is returned.
Closes #92
Closes #349
Closes #368
2016-03-01 14:57:15 +08:00
Jakub Roztocil
0fc1f61f3d
Fixed README
2016-03-01 00:45:54 +08:00
Jakub Roztocil
c50413a9c1
Added support section
2016-03-01 00:24:52 +08:00
Jakub Roztocil
776328c818
Added gitter chat
2016-03-01 00:08:07 +08:00
Jakub Roztocil
9312fabc01
Capitalization II
2016-02-29 22:03:08 +08:00
Jakub Roztocil
48ce934dfa
Capitalization
2016-02-29 22:01:05 +08:00
Jakub Roztocil
3625bb6fa1
Updated travis badge title
2016-02-29 22:00:18 +08:00
Jakub Roztocil
e18b609ef7
Fixed --max-redirects
2016-02-29 14:21:25 +08:00
Jakub Roztocil
356e043651
Added --show-redirects and --max-redirects
...
Closes #157 , #183 , #188 , #246
2016-02-29 14:12:09 +08:00
Jakub Roztocil
6435532f72
Updated CHANGELOG
2016-02-28 21:37:49 +08:00
Jakub Roztocil
11a37067e7
Document -A as a short name for --auth-type
2016-02-28 21:01:21 +08:00
Jakub Roztocil
e385ed6a99
Fix README
2016-02-28 19:32:19 +08:00
Jakub Roztocil
01fdab55e9
Explain how to send fieldnames and headers starting with '-'
...
Closes #355
2016-02-28 19:31:43 +08:00
Jakub Roztocil
10da7b63a3
Mention MacPorts installation method
...
Closes #395
2016-02-28 16:54:33 +08:00
Jakub Roztocil
df193a373f
Updated tarball URL
2016-02-28 16:20:19 +08:00
Jakub Roztocil
c2f8c36952
Updated download example URLs
2016-02-28 16:19:18 +08:00
Jakub Roztočil
ea76542150
Added guardian/httpie-hmac-auth
2016-01-15 14:07:41 -03:00
Alastair McGowan-Douglas
fad84a962e
Aitch already has an official spelling - use it
...
http://www.oxforddictionaries.com/definition/english/aitch
2015-12-15 14:39:26 +00:00
Yuri Malheiros
69bd72ce95
Update README.rst
...
Fix a simple typo
2015-10-07 14:17:53 -03:00
Jakub Roztočil
5fe5958b06
Update README.rst
2015-09-01 15:11:36 +02:00
hoatle
bebeb2100d
mention httpie-jwt-auth plugin on README
2015-08-24 01:58:00 +07:00
Jakub Roztočil
fa4bd033ef
Updated links.
2015-07-03 03:40:38 +02:00
Jakub Roztocil
f8c1104429
Fixed link to httpie-edgegrid
2015-06-30 11:51:40 +02:00
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