UNPKG

http-status-codes

Version:

Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.

3 lines (2 loc) 142 B
export declare const statusCodeToReasonPhrase: Record<string, string>; export declare const reasonPhraseToStatusCode: Record<string, number>;