What's New
Announcement
2022.1.4+ is free trial version, you will have a 30 days free trial, if you want to compare the difference from free and paid version, you can see the release log from 2022.1.4.
Issue please refer to Github
Join and follow us to solve your question ❤️❤️❤️↓↓↓
![]() | ![]() |
feat: New function perf: Optimization function fix: Fix or Remove function
Because developing version is still in development, the documentation of developing version may not be entirely accurate and is subject to change.
Performance issues caused by themes
At present, it is found that Material Theme UI has modified some of its own UI components, and some plug-in versions are rendering components under specific systems (such as Windows). There are performance issues. If you find right-clicking or other operations stuck, upgrade the theme plug-in or use the native IDEA theme.
免费试用 developing
2023.2.3- Sync API to Postman
- Environment refactoring
Sync API to Postman
You only need to configure the token of Postman and the ID of the workspace to upload the API to Postman.Enjoy what fast request do not support.
To improve the data synchronized to postman, it is recommended to select sync after api save
option in the postman config of the plugin then trigger the synchronization by save the api.
More details please refer Postman sync
Environment refactoring
Environment contains Current value and Initial value. Initial value can be shared by submitting config fine in .fastRequest/config/fastRequestCurrentProjectEnvironment.json
.
Free trial Newest version
2023.2.2- Markdown doc template config
- JSON5 support
- Compatible with IDEA 2023.3
- History requests list show errors
Markdown doc template config
Provides a custom format for local markdown and Online API doc.View more detail
JSON5 support
JSON5 format support for Request body, JSON field comment support
Free trial
2023.2.1.1- Style optimization for Url textField in some themes
- Project level header save error
Free trial Newest version
2023.2.1- UI predigestion
- Support open API document in apis list
- Auto domain
- Map parse
- Put show apis into right click menu
- Add plugin version to statistics page
- Many details optimized
- Url and cUrl copy can not replace environment variable
- Curl import parsing error in form-urlencoded and -d forms
UI predigestion
Simplify the three horizontal components of the old version (method drop-down box, url input box, and response drop-down box) into one, and remove the response drop-down box to increase simplicity.
Support open API document in apis list
Put show apis into right click menu
Add plugin version to statistics page
Free trial
2023.1.9- Quick add Environment variable support
- Add、Delete、Modify support in Environment use view
- Show apis trigger in Controller
- Response adds Size property
- API Name Saving Optimization
- Input parameter trim optimization
- Reduce JSON tree tab size from 5MB to 2MB
- Remove Accept-Language header when send request
- cURL copy format error of form-data
- Logic error of domain configuration page in some the case
Quick add Environment variable support
Click the "Add" button to select a line and add it to the environment variables, which can quickly save the variable to the current Env.
Add、Delete、Modify support in Environment use view
Show apis trigger in Controller
Right-click in the Controller in any position to invoke Generate
, chooseShow apis
, all APIs in the current controller can be displayed.
Response adds Size property
Free trial
2023.1.8- Environment
- Method description length truncate
- Parse support for Instant
- Delete api directory error in Windows system
Environment
Add nvironment variable support, more detail
Method description length truncate
You can truncate the method description process when the method name is too long, resulting in display or data saving.
Such as in SearchEveryWhere
Free trial
2023.1.7.1- Add generate action in SearchEveryWhere
- The main window pops up with configuration
- Param parse
- Table dragging problem
Add generate action in SearchEveryWhere
After select Auto-generate icon, you can echo or automatically generate API-related URLs and parameter in SearchEveryWhere
The main window pops up with configuration
Add a config Show main tool window when action trigger
in Setting->Request Fast Request->Other config
.
Param parse
Parsing optimization for the input parameters with @RequestBody Set<String>set
. By default, strings are enclosed in double quotation marks.
@PostMapping("test3")
public Set<String> test3(@RequestBody Set<String>set) {
return set;
}
Free trial
2023.1.7- New icon
- SearchEveryWhere enhance
- Slack support
- Compact http icon
- Duplicate field
- Optimize the insertion of script snippets
- Optimize table and textarea
- Optimize automatic domain parse
- cUrl import
- FullScreen
- Params parse
- Remove the .main from the module name of a Gradle project
- SearchEveryWhere keyword search with spaces
- Optimizing numerous operational details
- Batch export api doc
- History request echo data
New icon
SearchEveryWhere enhance
Add module
、methodType
、library
condition
Slack support
If you have any question, please click and join in.
We will help you solve your problems. Thanks!
Compact http icon
You can also change it in setting -> Restful Fast Request -> Use compact http icon
Method | New Icon | Old Icon |
---|---|---|
Get | ||
Post | ||
Delete | ||
Put | ||
Patch |
Duplicate field
Support field line duplicate, mark key end with -dup
for duplicate key, plugin will do not change key for collection field, developers need to modify manually.
Free trial
2023.1.6- Header batch edit
- Idea hang when debug in post script
Header batch edit
Free trial
2023.1.5- Editor icon location
- SearchEveryWhere style confusion
- URL variable replacing
Editor icon location
Move from the original button where it is easy to block the text to the upper right corner of the editor
SearchEveryWhere style confusion
This issue accompanies many versions and this version completely fixes it.
SearchEveryWhere, from now on, will not have the problem of the tab width increasing and causing the tab to not be fully displayed.
Free trial
v2023.1.4.2- Domain edit error in project domain config
- headers group load error
Free trial
v2023.1.4.1- Fix Auto domain of multi-module project
Free trial
v2023.1.4- Auto domain
- SearchEveryWhere supports searching URLs in jar
- Set project header error in Script
Auto domain
Automatically identify or add a default domain,---->More detail
Free trial
v2023.1.3.2- Teamwork support
- OpenAI API Optimising fields support
- API and API storage file jumps
- Project config refresh
- rfr.currentModuleName support
- API doc sync supports custom branch
- Toolbar
- GET、POST、DELETE、PUT、PATCH icon
- LocalDateTime、LocalDate、LocalTime parse
- Response text not format in IDEA 2023.1
- Random generate url from array url
- Comment can not be generate in Kotlin
FAQ:API data lost after install 2023.1.3
API and API storage file jumps
Implementation of the API and the saved json data for associative jumping
Project config refresh
When the configuration file is updated, this function allows the UI to refresh the configuration as well.
rfr.currentModuleName support
Get the module name of the current API. Please see it in script.
API doc sync supports custom branch
Support custom branch, as in some cases the 'master' branch is protected and does not allow push
Toolbar
- Add vertical toolbar support.
- Button position adjustment
GET、POST、DELETE、PUT、PATCH icon
Rounded corners and adjusted background colour for icons.
Free trial
v2023.1.2- Image render from response
- Annual report
- Url parse logic
- cUrl Import
- Url special character parameter encoding
- Add send request trigger to url field
- Remove title of window
- Patch request error in jdk11+
- API name saved error
Image render from response
Automatically render images for requests that respond to image.
Annual report
Statistics for previous years of operation.
Url parse logic
Optimised the final result of url splicing against variables. For example, splicing several variables finally calculates a url
Plugin will calculate final url to /test/a.htm
public class MyConstant {
public static final String MODULE_NAME = "a";
public static final String DYNAMIC_WEB_SUFFIX = ".htm";
public static final String REPAYMENT_REPAY = MODULE_NAME + DYNAMIC_WEB_SUFFIX;
}
@PostMapping(MyConstant.REPAYMENT_REPAY)
public String test2() {
return "";
}
cUrl import
- automatic parsing of query param into
Url params
tab page - json parsing optimization
- Known bug fixes
Url special character parameter encoding
We have done some optimization, no longer need to encode special characters in url params.
Add send request trigger to url field
Add Enter
key listener to url field that can send the request.
Free trial
v2023.1.1- Add support for quickly add domain from Yml or Properties config
- Add project-level domain config
- Icon alignment
- Tool window icon in new UI
- Make Project-level headers value optional
- Cookie fetch
- Swagger default value for basic type
- Array not parse
Project-level domain config
Supports fast config domain directly from the yml
or properties
file,for more detail, please see Project-level domain config
Icon alignment
The buttons have been categorised to make it easier for developers to find and understand the function of the corresponding button.
Tool window icon in new UI
The clarity of the tool window icons has been optimised under the new UI.
Free trial
v2022.3.1- Add @fastRequestParseIgnore comment support for parse
- Add rfr.currentDomain in Script
- Activation prompt optimization
- Reload api error in navigate when using Kotlin and Java in one project
Add @fastRequestParseIgnore comment support for parse
The following code, the plugin will ignore parsing this field. Please use @fastRequestParseIgnore
/**
* xxx description
* @fastRequestParseIgnore
*/
private String someIgnoreField ;
Add rfr.currentDomain in Script
You can get the current domain link in the Script through rfr.currentDomain
Free trial
v2022.2.9- Compatible with IDEA 2022.2.4
- Global animate config support
- Cookie bug
- Navigate tab load error
Global animate config support
You can close animate in this global config, if close, icon animation will stop
Free trial
v2022.2.8- Directory download file support
- @RequestParam support name attribute
- Error when check update
Directory download file support
When response contains content-disposition:attachment
, click send will automatically adapt the download
Free trial
v2022.2.7- Api doc sync
- Api doc show return type document
- Plugin update alert mechanism
- Common header
- Full screen
- Comment preview
- Module header value always be checked
- Parse bug
- Error when use string param in body
Api doc show return type document
Plugin update notification mechanism
Change from an explicit dialog box to a notification, at the same time automatic updates have been changed to turn on, if you want to turn it off, please go to the configuration page and turn it off manually. But I recommend turning it on, so that you can receive updates in time.
Note that the previous version of the update will still be a pop-up dialog, this version onwards will be a message notification.
Common header
Full screen
---->More detail
Comment preview
Free trial
v2022.2.6- Clear params support
- Api comment preview
- Sort param column by key
- Api doc add required column
- Long delay in checking for updates
- Long delay when first open tool window
- Multi print when use pre-script
Clear params support
clear all
batch clean column value
Api comment preview
Sort param column by key
Free trial
v2022.2.5.2- Post script cannot be cleared
Free trial
v2022.2.5.1- Console syntax error
Free trial
v2022.2.5- Add console for script
- Add print script support
- Add currentProjectName and currentEnvName property in build-in property
- Get description from javadoc for path and request param
- @RequestPart support
- Add twitter in doc action group
- Post script not execute when response is success but code for example is 401
Console support
Console helps developers print some info you wanted
More info please see script->console
Add currentProjectName and currentEnvName property in build-in property
You can use these 2 variables for some judgment
More info please see script->Built-in variable->rfr
Get description from javadoc for path and request param
Parse parameter comments in the form of Javadoc, suitable for path parameters and request param is a parameter of non-entity class
有推特账号的请关注我,感谢
Free trial
v2022.2.4.1- Fix the small screen EUAL agreement cannot display the agree button
Free trial
v2022.2.4- New logo
- Support parse date by annotation's pattern
- Support parse url of BaseController
- Change auto update configurable
- Parameter encoding
- Parse error when map not contains generics
- Post script can not add or remove header
New logo
Developers can freely choose and switch the color you want in the drop-down box, and can make it moving
Support parse date by DateTimeFormat annotation pattern
Support parse url of BaseController
Change auto update configurable
If you don't need to receive automatic updates, you can turn it off and update it manually (recommend open)
Free trial
v2022.2.3.1- Fix the bug that the parameter cannot be cleared
Free trial
v2022.2.3- Pre-request Script
- Post-request Script
- One-click copy Url
- Compatible with IDEA 2021.2.1
- RequestParam defaultValue parse
- Apply table cell value change when click send request
- Url can not generate after close tool window and reopen
- Jax-rs PATCH not supported
Script support
Scripts allow developers to more flexibly, dynamically and easily modify some input parameters of the request process and the processing of responses. Please refer to Script
One-click copy Url
Apply table cell value change when click send request
Before 2022.2.3, when entering the parameters in the table, if the cursor is still inside the table, click the action button at this time, and in some scenarios, an error will be reported or the value cannot be modified, and the problem is solved in this version.
How the old version deals with it: FAQ:After entering the parameters, the API call found that the parameters were invalid
Free trial
v2022.2.2- Add stop API request function
- Batch export API doc
- Add annotations when export to Postman
- Editor hangs in case of a large amount of response data
- The experience and tips in some scenarios
- SearchEveryWhere err in EAP/New ui version
- Error when modify number param in Multipart
- History request delete operation error in some cases
Add stop API request function
Batch export API doc
Free trial
v2022.2.1- API grouping parameter save support
- Temporary request save support
- Add support for cURL import
- Add Response Header in response
- Add support for Url suffix
- Optimized parameter parsing
- Optimize shortcut keys
- Fix Word export bug
API grouping parameter save support
Purpose: Save parameters of different combinations under one API
The original save operation will be classified into the Default group by default
How to:After entering the parameters, click Save group param request
Toggle parameter
The following is the query of the book list in 3 languages
Temporary request save support
Purpose: Save any request that does not belong to this project for temporary invocation, not associated with the current project code
The Url of the Request saved by the temporary request must start with http or https
cURL import
Note that if you need to bind a method, you need to place the cursor on the method name
Add Response Header in response
Add support for Url suffix
Purpose: Some requests need to add .do at the end of the url
Optimized parameter parsing
Optimized parsing of List<Entity>
Free trial
v2022.1.10- Add support for history request preview
- Add support for description search in SearchEveryWhere
- Add request timeout settings
- Shortcut key conflict optimization
- Text editor character display cursor positioning optimization
- Curl output format optimization
- Optimization @Consumes(APPLICATION_JSON) ineffective problem(JAX-RS)
Add support for history request preview
Hidden skills: Double-click the record to display details
Add support for description search in SearchEveryWhere
Support description search API
Add request timeout settings
Default value: 60 seconds
Optimization
- Shortcut key conflict optimization
- Added Shift to the three shortcut keys for opening windows
- Text editor character display cursor positioning optimization
- When the text editor generates a string, it focuses on the first line by default
Free trial
v2022.1.9- Add shortcut keys for tool window jump
- Add auto add cookie support
- Add support for html preview in response raw
- Ignore field parsing optimizations
- Generic parameter parsing support
- Improve project global config
- Interface optimization
- Save API insertion order optimization
- APIs list view optimization
- Optimized export preview
- Fixed bug when editing params at the same time delete param
Add shortcut keys for tool window jump
Provides shortcut keys to jump quickly, you can change it in setting -> Keymap
Add auto add cookie support
Then automatically stored in == project global parameters == If enable this configuration,cookie will automatically store in Project Global Config -> cookies
,This configuration is enabled by default.
Add support for html preview in response raw
The response of the html return type is no longer truncated in raw, and the html can be previewed at the same time
Ignore field parsing optimizations
- Ignore parsing annotated by `@JsonIgnore`、`@JSONField(serialize = false)` fields
- Ignore parsing`transient` keyword-decorated fields
Generic parameter parsing support
Support for such generic parameter parsing
@Data
public class CommonDTO<T,R> implements Serializable {
private String accessToken;
private String appKey;
private String clientId;
private T data;
private List<R> dataList;
}
@PostMapping(value = "/apply")
public Integer loanApply(@RequestBody CommonDTO<Book, TestDTO> req){
return 1;
}
Improve project global config
Added URL Params
、URL-Encoded Params
、Cookies
Optimization
- Interface optimization
- Optimized tab spacing(narrow under windows)、background color
- Save API insertion order optimization
- The post-saved API will be placed on top
APIs list view optimization
The rendering of the APIs interface has been optimized,Newly saved api icons are automatically optimized by default,The API saved in history can be right-clicked to select and change
Free trial
v2022.1.8- Project-level global parameters support
- Optimized response data quickly add to headers
- Optimized cookies quickly added to the header
- Postman export optimization
- Fix navigate tree scan bug
- Fix some bug
Project-level global parameters support
Support global parameters within the project level, not affected by multiple modules.
Configure priority api header > project header>global header
Quickly add to header parameters
Change add params to global header to add params to project global header
Cookie is also like this
Free trial
v2022.1.7- Kotlin spring framework support
- Add SearchEveryWhere scope search strategy
- Add toggleUseSoftWrap support in editor
- Add support for add to Global Header from response
- Add support for navigating to the current method
- Optimize automatic binding projectName for saved api under multiple modules
Kotlin spring framework support
Add SearchEveryWhere scope search strategy
The 2022.1.7 version can search for mapping in SpringBoot feign or controller by default
The default search strategy is to search based on annotations, and two options are provided. If you need to exclude interfaces similar in SpringBoot feign interface during the search process, you can remove the check of Interface to deal with it.
Add toggleUseSoftWrap support in editor
Add support for add to Global Header from response
It is recommended to use in multi-module projects, because Add to Headers can only be added to the current module project
Add support for navigating to the current method
After you generate the url of the method, sometimes you will switch to another place in the code, and then want to start debugging the API method, you can use this function to quickly locate the code
Optimize automatic binding projectName for saved api under multiple modules
Optimized the need to manually switch the project drop-down box for the saved api echo under the multi-module
Free trial
v2022.1.6- Add support for one click to add cookie to header
- Add support for sharing API to Word and html
- Fix bug for `Basic Authorization` don't carry Basic
- Removes the drag function in APIs tab
Add support for one click to add cookie to header
For those that require cookie support for login, you can quickly add the cookie in the response to the Header to achieve this
Add support for sharing API to Word and html
Please note that the API in word form is implemented in html, so don't feel strange, just export it
Free trial
v2022.1.5- Add support for automatically generating parameter descriptions
- Add support for generate API documentation
- Add support for single class API list preview
- Remove text/html in Accept param in default header
- Fix some bugs
Add support for automatically generating parameter descriptions
You can hide or show description by toggle click
Add support for generate API documentation
After generating parameters, you can generate a Markdown document directly by sharing
Add support for single class API list preview
After focusing on the window, enter the keyword, and you can quickly search according to the path keyword of the API
Free trial
v2022.1.4require idea 2021.2+
- SearchEveryWhere highlight optimization
- Add support for import and export APIs
- Add support for run APIs
- Add timeout for api request
- Compatible with idea 2022.1
- Make it optional for automatically generate parameters
- Swagger annotation default value parameter parsing support
- Merged Send and Send and Download buttons
- APIs user interface optimization
- API Navigate rename to Navigate in tab
- Optimize the user guide of features
- Url generation optimization
- Fix Light files should have PSI only in one project
SearchEveryWhere highlight optimization
Highlight search keywords to speed up the search for the API you really want to find.At the same time, the javadoc corresponding to the api is displayed
Add support for import and export APIs
Using this function, you can easily share your existing APIs with other developers, or import to IDEA on other devices
More info Features->APIs import and export
Add support for run APIs
You can run your saved requests directly in the APIs tab
Automatically generate parameter optionals
Merged Send and Send and Download buttons
The buttons have been merged, because we usually use Send but not Send and Download, which reduces the number of toolbar buttons and looks simpler
Swagger default value parsing support
Added the parsing of the default value of swagger annotations, which is more user-friendly of input parameters
- @ApiParam(swagger2)
- @ApiImplicitParam(swagger2)
- @ApiModelProperty(swagger2)
- @Parameter(swagger3)
- @Schema(swagger3)
Optimize the user guide of features
We have added a ? option in different windows to display some guidelines. For first-time users, it's easier to operate
And with the iteration of the version, more prompt operation guidelines may be added in the future
Url generation optimization
Historical logic will only take the first url, that is, test1, considering that in actual use, it is possible that you need another url, so random support has been added.
The following method url will be randomly generated to /url1/test1,/url1/test2,/url2/test1,/url2/test2 by click
@RequestMapping({"url1","url2"})
@RestController
public class MultiUrlController {
@GetMapping(value = {"test1","test2"})
public Integer testUrl(){
return 1;
}
}
Expression support. The following demo url will be generated to /url/public/test1
public class Constant {
public static final String PUBLIC_URL = "/public";
}
@RequestMapping("url")
@RestController
public class MultiUrlController {
@GetMapping(value = Constant.PUBLIC_URL + "/test1")
public Integer testUrl(){
return 1;
}
}
API Navigate rename to Navigate in tab
In the case where the tool window is relatively small, the API Navigate will be hidden. In order to display more content in the smallest tool window as possible, the name is shorter.
Free
v2.1.3- Add encode support for special symbol in parameter
- Add global headers to curl
Free
v2.1.2- Add support for export api to Postman
- Open the idea lazy loading API Navigate tree for the first time
- SearchEveryWhere show module
- Optimize URL parsing
- Optimize the display of api navigate tree
- Optimize the group when save api
- Global header params support
Optimize URL parsing
support parse like following example
no longer need to configure the URL Replace Config separately
@RequestMapping(Url1.URL_TEST)
@RestController
public class UrlTestController {
private static final String URL= "xxx";
@GetMapping(value = URL)
public Integer testUrl(){
return 1;
}
}
@RequestMapping(
value = {"/v1/save"},
method = {RequestMethod.POST}
)
Add support for export api to Postman
SearchEveryWhere show module
Optimize the group when save api
when saving the api,it will save to a group named controller's name
Global header params support
Free
v2.1.1- SearchEveryWhere support
- Add a what's new button to view the latest version at any time
- Optimize the parsing of enum
- Add support for http redirect
SearchEveryWhere support
example
/url
get /list (used for search get method)
post /save (used for search post method)
Quick view of the latest version
Free
v2.1.0.2- Joined the organization Dromara(An organization dedicated to native solutions for the microservice cloud)
Free
v2.1.0.1- Fix get param error
Free
v2.1.0- Fix post api parse error when using @RequestBody and @RequestParam
- Parsing support for nested classes
- Add support for url parse from the path property of the @RequestMapping in controller class level
- Added support for Api Tree scanning with @RequestMapping class
Free
v2.0.9- Fix "Slow operations are prohibited on EDT" for 2021.3+
- Fix add headers from response
- Add project-level configuration,env and project will not change while switch project
- Add format action icon to textEditor
Add headers from response
if your api need token in header,you can do like this to add params to header from response
Add format action icon to textEditor
Free
v2.0.8.1- Fix conflicting error when searchEveryWhere
- Adjust position of toolbar action button
- remove unnecessary dependence,size 11.1M->5.9M
Free
v2.0.8- Fix npe when first add project/env
- Json tree response character rendering maximum limit
- Add support for filter by methodType in Api navigate
- Add support for ignoring parameter parsing
- Fix some EDT problem
- Send/sendDownload button support for custom shortcut keys
- Fix response text not show in 2021.3
send/sendDownload button support for custom shortcut keys
shortcut is available anywhere to trigger the event,No longer need to focus on the tool window
Add support for filter by methodType in Api navigate
Free
v2.0.7- Add support for api navigate tree
- Add support for automatic switching of Headers with project and environment switching
- Optimized Windows system. In some cases, downloading files cannot pop up the directory
- Optimize the parameter parse of @RequestParam
- Optimize tool window project and env drop-down components and layout
- Optimize the prompt message of curl copy
- Optimize the prompt message of curl regenerate
- Add confirm operation when delete project and env config
- Fix the order of json field output is disrupted
- Move send button to toolbar and support keyboard shortcut
API navigate tree
Select the tree and enter keywords
Press Enter again or double-click the left mouse button to locate the API
Hover the mouse to display the doc of the api
Headers Automatic switching
Scenes:Multi-module projects such as SpringBoot have different header parameters in different projects and different environments.
In order to quickly switch headers, header grouping is coming.
Operation method:
1.Modify in the headers group, constraint: the input value must be in standard json format
2.Switch the environment or project name directly, and then enter the corresponding key and value values in the headers form
Optimize the parameter parse of @RequestParam
@RequestParam parameters will be prioritized according to the alias@RequestParam("nameAlias")List<String> nameList
param name will be nameAlias
Move send button to toolbar and support keyboard shortcut
send request: alt =
send and download: alt -
Prerequisites:Tool window needs to be focused
Optimize tool window project and env drop-down box and layout
Icon p represents project
Icon e represents environment
Free
v2.0.6- Fix "Light files should have PSI only in one project"
- Add support for json syntax check
- Add support for PATCH method
- Added support for saving the API to the corresponding module group
- Fix null value in response not output
- Add support for JAX-RS
- Display what's new
Without affecting the use, sometimes it will pop up "Light files should have PSI only in one project".This has fixed in 2.0.6
json grammar check
API group automatic association
Module supports quick search
JAX-RS support
Show what's new
Will only be shown once
Free
v2.0.5- JSON built-in editor support
- Fix checkbox hidden when change param by text
- Fix headers param show error when reshow the api
- Optimized the request progress bar display
Free
v2.0.4- Fix the interface confusion caused by the response content aisle
- Optimization of response JSON ultra long display
- Optimized icon size
- Migrate Chinese documents to Gitee
Free
v2.0.3- Add confirmation when deleting api
- Added the support of selecting all parameters and inverting selection
- Fix param parse for java.util.Set
- Fix parse like 【@RequestParam
- Fix the confusion of the quick add header interface
Free
v2.0.2- Fix that the A request is displayed to the B project in the case of multiple open projects
- Fix array and list param parse error decorate by @ResponseBody
- Fix List without generic parse error
- Add support for send and download
- Show progressbar while sending request
- Brand new document[click the doc icon in the toolbar]
- Some optimization
Free
v2.0.1- rename from Fast Request to Restful Fast Request
- merge Json、Form URL-Encoded、Multipart to Body Tab to reduce the tool window width
- fix bug when modify config in global mode
- add get、post、delete、put icon to saved request
- saved request support more search strategy
- rename tab name from collection to APIs
- support parse java.time.YearMonth
Free
v2.0.0- support store request
- support params optional
- optimal iu
- fix some bugs