| 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 */ |