All Versions
5
Latest Version
Avg Release Cycle
64 days
Latest Release
-

Changelog History

  • v0.5.0 Changes

    • Added context specific search for HTML (goquery)
    • Request data displayed in request history
    • Fixed JSON indentation
    • Redirect toggle command Added
    • Multiple minor bug fixes
  • v0.4.0 Changes

    August 21, 2017
    • Save/load requests (-f/--file flags for loading)
    • Multipart form handling (-F/--form flags)
    • Edit window content in external editor
    • Colorized html output
    • Context specific search (github.com/tidwall/gjson for JSON)
    • More consistency with cURL API (--data-urlencode flag added)
    • Update to the latest gocui ui library
  • v0.3.0 Changes

    March 07, 2017
    • Request header autocompletion
    • 🔧 Configurable statusline
    • JSON requests with -j/--json flags
    • 👍 Allow insecure HTTPS requests (-k/--insecure flags)
    • 👍 Socks proxy support (-x/--proxy flags)
    • Disable following redirects (-R/--disable-redirects flags)
    • ✨ Enhanced TLS support (-T/--tls, -1/--tlsv1, --tlsv1.0, --tlsv1.1, --tlsv1.2 flags)
    • Commands for line and word deletion
    • Home/end navigation fix
  • v0.2.0 Changes

    February 17, 2017
    • 🔧 Config file support with configurable keybindings
    • Help popup (F1 key)
    • Ignore invalid SSL certs with the --insecure flag
    • 👍 PATCH request support
    • 👍 Allow JSON request body (--data-binary flag)
    • Colorized JSON response
    • 🛠 Parameter encoding bugfix
    • 🛠 Multiple UI bugfixes
  • v0.1.0 Changes

    February 11, 2017

    🎉 Initial release