You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides the ability to edit and execute HTTP / WebSocket / Dubbo requests from the code editor of IDEA
features
Support sending GET, POST and other requests
Support sending WebSocket request
Support sending Dubbo request
Support Environment, build-in variable and build-in method
Support jump to SpringMVC Controller method from url
Show SpringMVC Controller method information when hover in url
Support jump to SpringMVC Controller method bean field from json property
Show SpringMVC Controller method bean field information when hover in json key
Support JavaScript previous handler, post handler and global handler(JavaScript syntax highlighting depends on WebCalm
plugin. After install WebCalm, please restart IDEA, Otherwise JavaScript syntax highlighting will not work.)
Support reading file content as http request body
Support saving http response body to file
When the response Content-Type is image type, it supports direct preview of the corresponding image
Support preview HTML response
Support preview pdf response
Support searching SpringMVC Api in the SearchEverywhere Dialog
Support Mock Server
Getting Started
Create a file with an HTTP suffix
Type gtr or ptr to trigger live templates and quickly create HTTP requests
Click the run button on the left side of the editor to sending request and view the response
提供从 IDEA Editor 编写和执行 HTTP / WebSocket / Dubbo 请求的能力