增加HTTP流式构造Body的接口及实现并修正HTTP单元测试用例
This commit is contained in:
@@ -4,16 +4,6 @@
|
||||
#include <tfe_http.h>
|
||||
#include <tfe_plugin.h>
|
||||
|
||||
struct tfe_http_half * tfe_http_request_create(int major_version, int method, const char * uri, const char * host)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct tfe_http_half * tfe_http_response_create(int major_version, int resp_code)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static const char * __str_std_header_field_map[] =
|
||||
{
|
||||
[TFE_HTTP_UNKNOWN_FIELD] = NULL,
|
||||
|
||||
Reference in New Issue
Block a user