AboutSupportDeveloper GuideVersion 36.121.79.15

Type alias WebRequestHeader

WebRequestHeader: {
    [key: string]: string;
}

Object representing headers and their values, where the object key is the name of header and value key is the value of the header

Type declaration

  • [key: string]: string