| 217 int http_client_start(HttpClient *client); |
221 int http_client_start(HttpClient *client); |
| 218 |
222 |
| 219 /* |
223 /* |
| 220 * Handle HttpClient IO and process the request/response |
224 * Handle HttpClient IO and process the request/response |
| 221 */ |
225 */ |
| 222 int http_client_process(HttpClient *client); |
226 int http_client_process(HttpClient *client, Event *event); |
| 223 |
227 |
| 224 /* |
228 /* |
| 225 * Adds message data, that will be sent to client->socketfd. This function |
229 * Adds message data, that will be sent to client->socketfd. This function |
| 226 * should only be called when processing websockets. |
230 * should only be called when processing websockets. |
| 227 */ |
231 */ |