Http Prompt Versions Save

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

v0.9.2

7 years ago
  • Fix bug: Unable to escape separator in paramter name (#106)
  • Fix bug: rm -b autocomplete for raw json paramters (29e0895)
  • Fix bug: Cursor being reset to position 0 (#107)
  • Fix bug: UnboundLocalError on 'new_opts' (#110)

v0.9.1

7 years ago
  • Fix bug: Crash when using non-ascii chars on Python 2.7 (#104)

v0.9.0

7 years ago
  • Add support for Vi mode (#85)
  • Add support for HTTPie := separator (#68)

v0.8.0

7 years ago
  • Add support for OPTIONS method (#84)
  • Fix highlighting bug with parameters starting with HTTP method names (#86)
  • Fix excessive newlines after headers and body (#89)

v0.7.0

7 years ago
  • New feature: Shell substitution (#54, #61, #74)
  • New feature: Piping to shell (#61, #74)
  • New feature: Be able to delete all parameters of a given type (#79)

v0.6.0

7 years ago
  • New feature: env command (#70, #73)
  • New feature: output redirection (#70, #73)
  • New feature: source and exec commands (#70, #73)
  • Remove grouped-by-hostname persistent contexts (#70, #73)
  • Change default URL to http://localhost:8000 (#78)
  • Change persistent context format from JSON to "http-prompt script" (#78)

v0.5.0

7 years ago
  • Fix bug: Syntax error on option names with dashes (#69)
  • Allow to set cookies automatically (#46)
  • Add contributing guide (#62)