insomnia-plugin-global-headers
Advanced tools
Weekly downloads
Changelog
V 1.0.7
Reduced npm package size in this release
Readme
Set up your global http headers in one place and this plugin will take care of setting it for each requests. This plugin won't override any headers you set on the request.
Add all headers to the environment with the key GLOBAL_HEADERS
.
{
"GLOBAL_HEADERS": {
"Accept": "application/json",
"Authorization": "Bearer <token>",
"Content-Type": "multipart/form-data"
}
}
FAQs
Set up your global http headers in one place and this plugin will take care of setting it for each requests. This plugin won't override any headers you set on the request.
The npm package insomnia-plugin-global-headers receives a total of 506 weekly downloads. As such, insomnia-plugin-global-headers popularity was classified as not popular.
We found that insomnia-plugin-global-headers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.