Variable statusDescriptionsConst

statusDescriptions: {
    [k: number]: string;
} = ...

HTTP status code to status text map.

Type declaration

  • [k: number]: string

Generated using TypeDoc