Releases: hars-21/reqsh
Releases · hars-21/reqsh
Release list
v0.1.5
What's Changed
- feat:
HEADandOPTIONSrequest methods - fix:
CTRL-C/EOFloses command history - feat:
clearcommand for clearing the state - fix: auto set
Content-Typeheader - feat: added timeout to stop indefinite waiting requests
- feat: improved tab completion for second word
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
What's new:
- Response time displayed with each request
- Windows binary support (x86_64-pc-windows-msvc)
- Absolute URLs now work (not just relative paths with
base)
v0.1.2
What's new:
- Variable interpolation with
{{name}}syntax in paths, headers, and body - Query parameter support with
param: key=valuein request definitions save <name>- save a request to session memoryrun <name>- execute a saved requestrequests- list all saved requestsunset <name>/unset header <key>- remove variables and headers- Added
set,unset,save,run,vars,headers,requeststo tab completion
v0.1.1
What's new:
- Added
--version,-vflags to display version - Added
--help,-hflags to display help text
v0.1.0
Initial release
- Interactive REPL with tab completion
- Send GET, POST, PUT, DELETE requests
- Multi-line request input for headers and body
- Persistent session state (base URL, global headers)
- JSON response pretty-printing
- Command history and rerun by index
- Colored terminal output