This commit is contained in:
Marek Duława 2025-11-10 15:20:32 +01:00 committed by GitHub
commit b5f91ef58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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