Variable HttpSuccessStatusConst
HttpSuccessStatus: {
ACCEPTED: 202;
CREATED: 201;
NO_CONTENT: 204;
NON_AUTHORITATIVE_INFORMATION: 203;
OK: 200;
PARTIAL_CONTENT: 206;
RESET_CONTENT: 205;
} = ...
Type declaration
Readonly
ACCEPTED: 202
Readonly
CREATED: 201
Readonly
NO_CONTENT: 204
Readonly
NON_AUTHORITATIVE_INFORMATION: 203
Readonly
OK: 200
Readonly
PARTIAL_CONTENT: 206
Readonly
RESET_CONTENT: 205