Restful 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 window, and then click Send Request to complete the API debugging in IDEA, and you can save the history request
Compared with the HTTP Client, Restful 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.
PURPOSE
The purpose of the plug-in is to simplify development and improve efficiency. Our vision is to become the best partner of IDEA, just like Contra's 1P, 2P, base-friend collocation, and double the efficiency.
If you think this plugin help you, please 🌟Star project, and also welcome to provide excellent recommendation
- API navigate tree
- SearchEveryWhere for api
- APIs export to Postman
- Generate url and parameters in one click
- Send request to debug API(support to modify the generated parameters)
- Domain customization and switching
- Custom parameter parse
- String generation strategy
- Save api
- Management API (search filter, modify API name)
- One click location history save api to method
- Api to curl
- Automatically associate APIs to module groups
- Built-in Json parameter editor
using IDE plugin system
- recommended Preferences(Settings) > Plugins > Browse repositories... > find" Restful Fast Request" > Install Plugin






