fix hashmap
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#include "myclib/string/mystring.h"
|
||||
#include "utils/config.h"
|
||||
|
||||
#define CWS_HTTP_HEADER_MAX 64
|
||||
#define CWS_HTTP_HEADER_CONTENT_MAX 512
|
||||
|
||||
typedef enum cws_http_method_t {
|
||||
CWS_HTTP_GET, /**< GET method */
|
||||
CWS_HTTP_POST, /**< POST method */
|
||||
|
||||
Reference in New Issue
Block a user