|
pazpar2
1.14.1
|
#include <http.h>
Data Fields | |
| IOCHAN | iochan |
| struct http_channel * | channel |
| struct http_buf * | oqueue |
| int | first_response |
| struct http_channel* http_proxy::channel |
Definition at line 63 of file http.h.
Referenced by http_proxy(), and proxy_io().
| int http_proxy::first_response |
Definition at line 65 of file http.h.
Referenced by http_proxy().
| IOCHAN http_proxy::iochan |
Definition at line 62 of file http.h.
Referenced by http_channel_destroy(), http_io(), http_proxy(), and proxy_io().
| struct http_buf* http_proxy::oqueue |
Definition at line 64 of file http.h.
Referenced by http_channel_destroy(), http_proxy(), and proxy_io().