- [bugfix] Location header not rendered to client (@vjeantet, issue #44)
- CORS support via
-cors
(issue #39)
- 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
- [fix] Open File dialog bugs
- 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]
- Parameterized config file.
- 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
.
- Request Scrolling.
- Display bindings when invoked with -h|help.
First Release