Skip to content

v0.1

Compare
Choose a tag to compare
@nojima nojima released this 18 Feb 09:25
· 108 commits to master since this release
190a98e

First release. This version might meet the demand of 80% of daily use.

Features:

  • Basic HTTP client functionality
  • Positional argument parsing
    • METHOD omission (guess method from body type)
  • URL parsing
    • Scheme omission
    • localhost omission
  • Request item:
    • Data field item (=)
    • Raw JSON field item (:=)
    • HTTP header item (:)
    • URL parameter item (==)
  • Request Body
    • JSON (default)
    • Form (--form)
    • Read body from stdin
  • Response printing
    • Request header pretty print with color
    • Request body (JSON) pretty print with color
    • Disable pretty printing when stdout is not terminal
    • Disable printing header when stdout is not terminal
    • --print option
  • --timeout option
  • --ignore-stdin option