Type alias ResponseMonitorHTTPHeader

ResponseMonitorHTTPHeader: MonitorHTTPHeader & {
    id: string;
}

Type declaration

  • Readonly id: string

    The Id of the header. Do not set this parameter; it is generated automatically.

Generated using TypeDoc