tls-devicer
    Preparing search index...

    Function extractHttp2Settings

    • Try to extract HTTP/2 SETTINGS from the reverse-proxy header.

      Supports both base64-encoded raw SETTINGS payloads and human-readable KEY=VALUE,... strings.

      Parameters

      • headers: Record<string, string | string[] | undefined>

        Raw request headers.

      Returns Http2SettingsMap

      Parsed settings or an empty object when no header is present.