Skip to content

vote: custom headers option support #37

@shellscape

Description

@shellscape

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'
  }
})

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions