Skip to content

v0.2.7

Compare
Choose a tag to compare
@jkbrzt jkbrzt released this 01 Feb 14:04
· 1549 commits to master since this release
  • Compatibility with Requests 0.13.6.
  • Streamed terminal output. --stream, -S can be used to enable
    streaming also with --pretty and to ensure a more frequent output
    flushing.
  • Support for efficient large file downloads.
  • Sort headers by name (unless --pretty=none).
  • Response body is fetched only when needed (e.g., not with --headers).
  • Improved content type matching.
  • Updated Solarized color scheme.
  • Windows: Added --output FILE to store output into a file
    (piping results in corrupted data on Windows).
  • Proper handling of binary requests and responses.
  • Fixed printing of multipart/form-data requests.
  • Renamed --traceback to --debug.