wifi webserver works again
This commit is contained in:
9
lib/WebServer/src/HTTP_Method.h
Normal file
9
lib/WebServer/src/HTTP_Method.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _HTTP_Method_H_
|
||||
#define _HTTP_Method_H_
|
||||
|
||||
#include "http_parser.h"
|
||||
|
||||
typedef enum http_method HTTPMethod;
|
||||
#define HTTP_ANY (HTTPMethod)(255)
|
||||
|
||||
#endif /* _HTTP_Method_H_ */
|
||||
Reference in New Issue
Block a user