src/server/proxy/httpclient.h

changeset 673
144bdc33fdb6
parent 672
226bfd584075
equal deleted inserted replaced
672:226bfd584075 673:144bdc33fdb6
33 #include "../daemon/httpparser.h" 33 #include "../daemon/httpparser.h"
34 34
35 #include <sys/socket.h> 35 #include <sys/socket.h>
36 #include <cx/string.h> 36 #include <cx/string.h>
37 #include <cx/mempool.h> 37 #include <cx/mempool.h>
38 #include <cx/test.h>
38 39
39 #ifdef __cplusplus 40 #ifdef __cplusplus
40 extern "C" { 41 extern "C" {
41 #endif 42 #endif
42 43
147 */ 148 */
148 int http_client_add_request_header_copy(HttpClient *client, cxstring name, cxstring value); 149 int http_client_add_request_header_copy(HttpClient *client, cxstring name, cxstring value);
149 150
150 int http_client_start(HttpClient *client); 151 int http_client_start(HttpClient *client);
151 152
153
154 void http_client_add_tests(CxTestSuite *suite);
155
152 #ifdef __cplusplus 156 #ifdef __cplusplus
153 } 157 }
154 #endif 158 #endif
155 159
156 #endif /* PROXY_HTTPCLIENT_H */ 160 #endif /* PROXY_HTTPCLIENT_H */

mercurial