Skip to content

Instantly share code, notes, and snippets.

View JasonOffutt's full-sized avatar

Jason Offutt JasonOffutt

  • Infusionsoft
  • Gilbert, AZ
View GitHub Profile
@JasonOffutt
JasonOffutt / HttpStatusCode.ts
Created September 23, 2019 15:54 — 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