Package Exports
- insomnia-plugin-legacy-http-query-params
- insomnia-plugin-legacy-http-query-params/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (insomnia-plugin-legacy-http-query-params) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
insomnia-plugin-legacy-http-query-params
Modifies query parameters to use semicolons instead of ampersand to pass parameters in the URL.
Usage
Simply install the plugin, and whatever values you put in the query tab will be translated into the request URL with semicolons (;) instead of ampersands (&).
Limitations & Notices
This will not take into account any query parameters manually entered into the URL request box, only those within the Query tab. Also if there is other items added it to the URL with a ?
, it will add another :(