summaryrefslogtreecommitdiff
path: root/common/src/tfe_http.cpp
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2018-10-16 10:45:18 +0800
committerLu Qiuwen <[email protected]>2018-10-16 10:45:47 +0800
commit2bc366fb130b2a0e2bee73107f8e3102db59528a (patch)
treea2b3983b9de1cf20cc7e523b155d863054a02b80 /common/src/tfe_http.cpp
parent619f004c49903aa4a52863e617f6c520ec3b17e9 (diff)
增加HTTP流式构造Body的接口及实现并修正HTTP单元测试用例
Diffstat (limited to 'common/src/tfe_http.cpp')
-rw-r--r--common/src/tfe_http.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/src/tfe_http.cpp b/common/src/tfe_http.cpp
index 53196ef..0980207 100644
--- a/common/src/tfe_http.cpp
+++ b/common/src/tfe_http.cpp
@@ -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,