Skip to content

Instantly share code, notes, and snippets.

View mrOrlando's full-sized avatar
👩‍💻
coding

Yury Karaliuk mrOrlando

👩‍💻
coding
View GitHub Profile
/**
* Hypertext Transfer Protocol (HTTP) response status codes.
*
* @see {@link https://en.wikipedia.org/wiki/List_of_HTTP_status_codes}
*/
export enum HttpStatusCode {
/**
* The server has received the request headers and the client should proceed to send the request body
* (in the case of a request for which a body needs to be sent; for example, a POST request).