Skip to content

Instantly share code, notes, and snippets.

View Numax-cz's full-sized avatar
😏
Hey! what do you want here huh? Ctrl + C again, right?

Numax Numax-cz

😏
Hey! what do you want here huh? Ctrl + C again, right?
View GitHub Profile
@scokmen
scokmen / HttpStatusCode.ts
Created April 25, 2017 11:10
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