diff seobeo/seobeo.h @ 223:0e7b9464248d hg-web

[hg-web] Add browser route regression coverage
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 10:07:40 -0700
parents ce7f4400c2de
children b8aa08503378
line wrap: on
line diff
--- a/seobeo/seobeo.h	Sun Aug 02 09:07:36 2026 -0700
+++ b/seobeo/seobeo.h	Sun Aug 02 10:07:40 2026 -0700
@@ -30,6 +30,7 @@
 // HTTP STATUS CODE
 #define HTTP_OK 200
 #define HTTP_CREATED 201
+#define HTTP_NO_CONTENT 204
 #define HTTP_MOVED_PERMANENTLY 301
 #define HTTP_FOUND 302
 #define HTTP_BAD_REQUEST 400