Releases: qustavo/httplab
Releases · qustavo/httplab
v0.4.0
- Display CORS request by default (issue #42)
- Add short flags support (@dnguy078, issue #49)
- Display request headers in a sorted way on the client (@waleoyediran, issue #47)
- [bugfix] Location header not rendered to client (@vjeantet, issue #44)
- CORS support via
-cors
(issue #39) - Add graceful shutdown (@maciekmm, issue #66)
v0.3.0
v0.2.1
v0.2.0
v0.2.0
- Ctrl+R reset/clears the request history
- Toggle response builder
- Expand body's file path
- Implement File Body response
- UI bug fixes & refactor
- Add -version flag [@pradeepchhetri]
v0.1.0
- Parameterized config file (thanks @AxelTheGerman).
- Use the
-config
flag to specify a custom config file. - By default, lookup for
.httplab
on the current dir, if not found fallback to `$HOME/.httplab.
- Use the
- Request Scrolling (thanks @SikhNerd).
- Display bindings when invoked with
-h|help
(thanks @SikhNerd).
First Release
The first release provides basic functionalities.