current version
[opsoft_test.git] / gclib2 / modules / Net / HTTP / internals.h
blob0e99a0eb81feb896e32eac4c3a9d91fe550bd167
1 /*
2 * (c) Oleg Puchinin 2007
3 * graycardinalster@gmail.com
5 */
7 #ifndef DEFINE_INTERNALS_H
8 #define DEFINE_INTERNALS_H
10 #include "http.h"
11 #include "http_context.h"
13 int http_connect (http_context * ctx);
14 int http_send_request (http_context * ctx);
15 int http_parse_result (http_context * ctx);
16 int http_chunked_result_join (http_context * ctx);
18 #endif