Added auth and request storage

This commit is contained in:
2026-08-31 12:28:18 +00:00
parent 6febaf327a
commit 1ca9648c09
21 changed files with 634 additions and 117 deletions
+5
View File
@@ -22,3 +22,8 @@ export const HTTP_STATUS_CODE_BAD_REQUEST = 400;
* HTTP status code for "Not Acceptable" error.
*/
export const HTTP_STATUS_CODE_NOT_ACCEPTED = 406;
/**
* Not implemented response status code.
*/
export const HTTP_STATUS_CODE_NOT_IMPLEMENTED = 501;