HTTPie

HTTPie
  • Downloads: 120
  • Requirements:
  • Size:
  • Licence:
  • Version: 0.6.0
  • 2013-23-06
  • Publisher Site:



HTTPie

Share

HTTPie is a CLI frontend for python-requests.Installationpip install httpieUsagehttpie [flags] METHOD URL [header:value | data-field-name=value]*The default request Content-Type is application/json and data fields are automatically serialized as a JSON Object, so this:httpie PATCH api.example.com/person/1 X-API-Token:123 name=JohnWill issue the following request:PATCH /person/1 HTTP/1.1User-Agent: HTTPie/0.1X-API-Token: 123Content-Type: application/json; charset=utf-8{"name":"John"}You can use the --form flag to set Content-Type and serialize the data as application/x-www-form-urlencoded.The data to be sent can also be passed via stdin:httpie PUT api.example.com/person/1 X-API-Token:123 < person.jsonMost of the flags mirror the arguments you would use with requests.request. See httpie -h for more details.Product's homepage Requirements: · Python What's New in This Release: [ read fu
HTTPie is a CLI frontend for python-requests.Installationpip install httpieUsagehttpie [flags] METHOD URL [header:value | data-field-name=value]*The default request Content-Type is application/json and data fields are automatically serialized as a JSON Object, so this:httpie PATCH api.example.com/person/1 X-API-Token:123 name=JohnWill issue the following request:PATCH /person/1 HTTP/1.1User-Agent: HTTPie/0.1X-API-Token: 123Content-Type: application/json; charset=utf-8{"name":"John"}You can use the --form flag to set Content-Type and serialize the data as application/x-www-form-urlencoded.The data to be sent can also be passed via stdin:httpie PUT api.example.com/person/1 X-API-Token:123 < person.jsonMost of the flags mirror the arguments you would use with requests.request. See httpie -h for more details.Product's homepage Requirements: · Python What's New in This Release: [ read fu  . you can free download HTTPie now.
Soft85 only provide legal software, please help us keeping pur site legal, if you think this page is violating copyrights please let us know by clicking here Here

HTTPie sources and versions








comments powered by Disqus

Download HTTPie _FREE_