comparison 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
comparison
equal deleted inserted replaced
222:a8d6435dc021 223:0e7b9464248d
28 #define INITIAL_BUFFER_CAPACITY 4096 28 #define INITIAL_BUFFER_CAPACITY 4096
29 29
30 // HTTP STATUS CODE 30 // HTTP STATUS CODE
31 #define HTTP_OK 200 31 #define HTTP_OK 200
32 #define HTTP_CREATED 201 32 #define HTTP_CREATED 201
33 #define HTTP_NO_CONTENT 204
33 #define HTTP_MOVED_PERMANENTLY 301 34 #define HTTP_MOVED_PERMANENTLY 301
34 #define HTTP_FOUND 302 35 #define HTTP_FOUND 302
35 #define HTTP_BAD_REQUEST 400 36 #define HTTP_BAD_REQUEST 400
36 #define HTTP_UNAUTHORIZED 401 37 #define HTTP_UNAUTHORIZED 401
37 #define HTTP_FORBIDDEN 403 38 #define HTTP_FORBIDDEN 403