mirror of
https://github.com/httpie/cli.git
synced 2025-06-26 20:41:49 +02:00
v0.1.5
This commit is contained in:
parent
ebb271334b
commit
7ca6191902
@ -101,3 +101,7 @@ Most of the flags mirror the arguments you would use with `requests.request`. Se
|
|||||||
--file PATH File to multipart upload
|
--file PATH File to multipart upload
|
||||||
--timeout TIMEOUT Float describes the timeout of the request (Use
|
--timeout TIMEOUT Float describes the timeout of the request (Use
|
||||||
socket.setdefaulttimeout() as fallback).
|
socket.setdefaulttimeout() as fallback).
|
||||||
|
|
||||||
|
### Changelog
|
||||||
|
|
||||||
|
* [0.1.5](https://github.com/jkbr/httpie/compare/0.1.4...0.1.5) (2012-03-04)
|
||||||
|
@ -3,5 +3,5 @@ HTTPie - cURL for humans.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__version__ = '0.1.4'
|
__version__ = '0.1.5'
|
||||||
__licence__ = 'BSD'
|
__licence__ = 'BSD'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user