This commit is contained in:
cdricms
2024-11-07 12:02:29 +01:00
parent 658fe48bb8
commit 0970740e31
14 changed files with 732 additions and 72 deletions

View File

@@ -16,5 +16,6 @@ typedef enum {
} HttpMethod;
void http_method(HttpMethod __method, char *__out, size_t __size);
HttpMethod get_http_method(char *__met);
#endif