Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EndpointRequestHeaders

Hierarchy

  • EndpointRequestHeaders

Index

Properties

Properties

add

add: Map<string, string>

a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

Optional enabled

enabled: boolean

true if the module will be applied to traffic, false to disable. default true if unspecified

remove

remove: string[]

a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

Generated using TypeDoc