update: add support for redirect

This commit is contained in:
ngn
2024-05-09 23:17:18 +03:00
parent 5ad1b09971
commit b8243e3ee9
6 changed files with 122 additions and 22 deletions

View File

@ -16,6 +16,15 @@ enum ErrorCodes {
RunNoRoot = 943,
RunCmdNotFound = 942,
RunCmdFail = 941,
UrlCurlFail = 940,
UrlReqFail = 939,
UrlReqCodeFail = 938,
UrlReqBadCode = 937,
UrlLocationFail = 936,
UrlLocationBad = 935
};
extern int errno;