整理 http/http2 公共的 header 字段,存储到 tfe_http.cpp 文件中

This commit is contained in:
luwenpeng
2019-09-16 11:37:18 +08:00
parent 4b0235d199
commit de16d2da87
6 changed files with 65 additions and 84 deletions

View File

@@ -166,6 +166,9 @@ enum tfe_http_std_field
TFE_HTTP_LAST_MODIFIED
};
extern const char * __str_std_header_field_map[];
extern const unsigned int __str_std_header_field_map_size;
enum http_ev_bit_number
{
REQ_HDR_BITNUM = 0,