wip DELETE, POST (no cgi, need testing)

This commit is contained in:
LuckyLaszlo
2022-08-04 20:56:37 +02:00
parent a9ada4cb28
commit 3102253092
5 changed files with 133 additions and 12 deletions

View File

@@ -16,8 +16,11 @@
// When new status added, need to update _init_http_status_map()
# define S200 "200 OK"
# define S201 "201 Created"
# define S204 "204 No Content"
# define S400 "400 Bad Request"
# define S403 "403 Forbidden"
# define S404 "404 Not Found"
# define S405 "405 Method Not Allowed"
# define S413 "413 Content Too Large"