comparison seobeo/seobeo.h @ 244:b8aa08503378

[tools] Add sandboxed online LaTeX editor Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 16:56:25 -0700
parents 0e7b9464248d
children 745fd127b2a1
comparison
equal deleted inserted replaced
243:823f2a8b16c8 244:b8aa08503378
35 #define HTTP_FOUND 302 35 #define HTTP_FOUND 302
36 #define HTTP_BAD_REQUEST 400 36 #define HTTP_BAD_REQUEST 400
37 #define HTTP_UNAUTHORIZED 401 37 #define HTTP_UNAUTHORIZED 401
38 #define HTTP_FORBIDDEN 403 38 #define HTTP_FORBIDDEN 403
39 #define HTTP_NOT_FOUND 404 39 #define HTTP_NOT_FOUND 404
40 #define HTTP_PAYLOAD_TOO_LARGE 413
41 #define HTTP_UNPROCESSABLE_CONTENT 422
42 #define HTTP_TOO_MANY_REQUESTS 429
43 #define HTTP_SERVICE_UNAVAILABLE 503
40 #define HTTP_INTERNAL_ERROR 500 44 #define HTTP_INTERNAL_ERROR 500
41 45
42 #define CREATE_REDIRECT_HANDLER(name, target_url) \ 46 #define CREATE_REDIRECT_HANDLER(name, target_url) \
43 Seobeo_Request_Entry* GetRedirect##name(Seobeo_Request_Entry *req, Dowa_Arena *arena) \ 47 Seobeo_Request_Entry* GetRedirect##name(Seobeo_Request_Entry *req, Dowa_Arena *arena) \
44 { \ 48 { \