Files
insomnia/plugins/insomnia-plugin-default-headers
2019-10-02 08:19:23 -07:00
..
2018-10-17 12:42:33 -04:00
2018-06-25 13:42:50 -04:00
2019-09-19 13:57:27 -07: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"
	}
}