DEV Community

kings1990
kings1990

Posted on

IDEA plugin Fast Request 2.0.0 released

Example

Fast Request is a plugin based on springmvc that help you quickly generate url and params.It is also a http client tool.

You only need to click the rocket icon on the left side of the method, the plugin will help you generate the method url and parameters and display in the tool, and then click Send Request to complete the API debugging in IDEA, and you can save the history request

Compared with the HTTP Client, Fast Request not only has the built-in functions of the HTTP Client, but also provides a friendly, easy-to-understand and intuitive interface, which makes it more convenient and simple for users to debug the API. At the same time, various types of parameters also provide different customization methods to make it more flexible.

updates

  1. support store request
  2. support params optional
  3. optimal iu

Top comments (0)