insomnia/plugins/insomnia-plugin-default-headers
2017-12-22 23:15:58 +01:00
..
src Some changes 2017-12-22 22:19:02 +01:00
index.js Some changes 2017-12-22 22:19:02 +01:00
package-lock.json Fix eslint 2017-11-26 23:48:30 +00:00
package.json Update README 2017-12-22 23:15:58 +01:00
README.md Merge All Repositories into Monorepo for easier maintenance (#629) 2017-11-26 20:45:40 +00:00

Insomnia Default Headers

Npm Version

This is a plugin for Insomnia that allows users to set default headers for requests.

Installation

Install the insomnia-plugin-default-headers plugin from Preferences > Plugins.

Usage

Headers can be added by setting a DEFAULT_HEADERS environment variable.

{
	"DEFAULT_HEADERS": {
		"Content-Type": "application/json",
		"Connection": "close"
	}
}