2 * (c) Oleg Puchinin 2007
3 * graycardinalster@gmail.com
7 #ifndef DEFINE_INTERNALS_H
8 #define DEFINE_INTERNALS_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
);