Skip to content

Instantly share code, notes, and snippets.

View sayanarijit's full-sized avatar

Arijit Basu sayanarijit

View GitHub Profile
@sayanarijit
sayanarijit / HttpStatusCode.ts
Created March 4, 2022 02:49 — forked from scokmen/HttpStatusCode.ts
Typescript Http Status Codes Enum
"use strict";
/**
* Hypertext Transfer Protocol (HTTP) response status codes.
* @see {@link https://en.wikipedia.org/wiki/List_of_HTTP_status_codes}
*/
enum HttpStatusCode {
/**
* The server has received the request headers and the client should proceed to send the request body