v0.2.5
- Unicode characters in prettified JSON now don't get escaped for
improved readability. - --auth now prompts for a password if only a username provided.
- Added support for request payloads from a file path with automatic
Content-Type
(http URL @/path
). - Fixed missing query string when displaying the request headers via
--verbose
. - Fixed Content-Type for requests with no data.