Httplab Versions Save

The interactive web server

v0.4.0

6 years ago
  • 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

6 years ago
  • 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

7 years ago

v0.2.0

7 years ago

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

7 years ago
  • 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.
  • Request Scrolling (thanks @SikhNerd).
  • Display bindings when invoked with -h|help (thanks @SikhNerd).

v0.0.1

7 years ago

The first release provides basic functionalities.