Releases: qustavo/httplab
Releases · qustavo/httplab
Release list
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
- Enable Line Wrapping (issue #38)
- Add mouse support
- Save Requests payload into a file (ctrl+f)
- Compact UI
- Make ui a package
- Responses can be deleted with 'd'
- [fix] Truncate .http file before saving
- [fix] startup error handling
- Split cmd and lib
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
-configflag to specify a custom config file. - By default, lookup for
.httplabon 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.