diff 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
line wrap: on
line diff
--- a/seobeo/seobeo.h	Mon Aug 03 15:26:44 2026 -0700
+++ b/seobeo/seobeo.h	Mon Aug 03 16:56:25 2026 -0700
@@ -37,6 +37,10 @@
 #define HTTP_UNAUTHORIZED 401
 #define HTTP_FORBIDDEN 403
 #define HTTP_NOT_FOUND 404
+#define HTTP_PAYLOAD_TOO_LARGE 413
+#define HTTP_UNPROCESSABLE_CONTENT 422
+#define HTTP_TOO_MANY_REQUESTS 429
+#define HTTP_SERVICE_UNAVAILABLE 503
 #define HTTP_INTERNAL_ERROR 500
 
 #define CREATE_REDIRECT_HANDLER(name, target_url) \