Type alias MonitorHTTPHeader

MonitorHTTPHeader: {
    name: string;
    value: string;
}

Type declaration

  • name: string

    The name of the header.

    Example

    Application-type
    
  • value: string

    The value of the header.

    Example

    application/json
    

Generated using TypeDoc