working OPTIONS detection, but that's it for now

This commit is contained in:
2016-03-28 01:49:27 +02:00
parent abf135da4e
commit 5e8f8cc4b1
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
#define HTTPD_METHOD_GET 1
#define HTTPD_METHOD_POST 2
#define HTTPD_METHOD_OPTIONS 3
typedef struct HttpdPriv HttpdPriv;
typedef struct HttpdConnData HttpdConnData;