Files
nuki_hub/lib/WebServer/src/HTTP_Method.h
2022-04-29 20:48:33 +02:00

10 lines
177 B
C

#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_ */