UNPKG

809 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.BAD_GATEWAY = exports.INTERNAL_SERVER_ERROR = exports.IM_A_TEAPOT = exports.FORBIDDEN = exports.UNAUTHORIZED = exports.BAD_REQUEST = exports.MOVED_PERMANENTLY = exports.CREATED = exports.OK = exports.X_CLIENT_TZ = exports.X_ORGANIZATION = exports.DELETE = exports.PUT = exports.POST = exports.GET = void 0;
4exports.GET = 'get';
5exports.POST = 'post';
6exports.PUT = 'put';
7exports.DELETE = 'delete';
8exports.X_ORGANIZATION = 'X-Organization';
9exports.X_CLIENT_TZ = 'X-Client-Tz';
10exports.OK = 200;
11exports.CREATED = 201;
12exports.MOVED_PERMANENTLY = 301;
13exports.BAD_REQUEST = 400;
14exports.UNAUTHORIZED = 401;
15exports.FORBIDDEN = 403;
16exports.IM_A_TEAPOT = 418;
17exports.INTERNAL_SERVER_ERROR = 500;
18exports.BAD_GATEWAY = 502;