NGINX · JSON Structure

Njs Headers Structure

The Headers interface of the Fetch API (since 0.5.1). Represents HTTP headers and provides methods to manipulate them.

Type: object Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Headers is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Headers",
  "description": "The Headers interface of the Fetch API (since 0.5.1). Represents HTTP headers and provides methods to manipulate them.",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}