Skip to content

Instantly share code, notes, and snippets.

View georgyfarniev's full-sized avatar
🎯
Focusing

Georgy Farniev georgyfarniev

🎯
Focusing
View GitHub Profile
@georgyfarniev
georgyfarniev / HttpStatusCode.ts
Created October 17, 2018 08:38 — 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