-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
Please vote for this feature by using the Github Reactions button and the 👍 reaction. When this feature reaches 10 votes, it will be implemented.
Feature Use Case
Users may need the ability to specify custom request headers frequently enough to warrant a formal option for defining them quickly and easily. At present, custom headers can be defined by following the method described in #36.
Feature Proposal
Proposed headers options property. This property will specify headers in a key-value set from which the server will add headers to every request.
new WebpackPluginServe({
headers: {
'X-Superhero': 'batman'
}
})Reactions are currently unavailable