insomnia/plugins/insomnia-plugin-default-headers
Gregory Schier e46bf021cf pkg-v2.1.3
2020-01-06 13:51:24 -05:00
..
src prettier entire project 2018-10-17 12:42:33 -04:00
index.js Add Prettier 2018-06-25 13:42:50 -04:00
package-lock.json pkg-v2.1.3 2020-01-06 13:51:24 -05:00
package.json pkg-v2.1.3 2020-01-06 13:51:24 -05: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"
	}
}