1
0
Fork 0

added 202 http code

pull/1903/head
wareczek 2024-12-12 22:40:19 +01:00
parent b7a00a3203
commit cd46157447
No known key found for this signature in database
GPG Key ID: 6784A3B30C7D85F5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import {ProxyAgent} from 'undici'
export enum HttpCodes { export enum HttpCodes {
OK = 200, OK = 200,
Accepted = 202,
MultipleChoices = 300, MultipleChoices = 300,
MovedPermanently = 301, MovedPermanently = 301,
ResourceMoved = 302, ResourceMoved = 302,