Changelog
- Introduce the Breakpoint Tool: Allow developers to modify the HTTP Request and Response on-the-fly. Support Host, URL, Query, Form, Method, Header, Status Code, and JSON Body of Request/Response.
Improve
- [Breakpoint] Support Auto-Complete for the Header Key Value
- [Breakpoint] Able to select a local file for the Body Request / Response
- [Breakpoint] Import Breakpoint Setting from macOS version
- [Breakpoint] Support 2 type of Abort Action: Return 503 status code or stop the connection immediately
- [Breakpoint] Support better Body Preview with Monaco Editor.