#include <connection-handler.h>
Public Attributes | |
| struct connection | conn |
| char | url [256] |
| char | path [512] |
| char | header [4096] |
| int | header_len |
| char | body [4096] |
| int | body_len |
Definition at line 53 of file connection-handler.h.
| char response_state::body[4096] |
Definition at line 59 of file connection-handler.h.
| int response_state::body_len |
Definition at line 60 of file connection-handler.h.
| struct connection response_state::conn |
Definition at line 54 of file connection-handler.h.
| char response_state::header[4096] |
Definition at line 57 of file connection-handler.h.
| int response_state::header_len |
Definition at line 58 of file connection-handler.h.
| char response_state::path[512] |
Definition at line 56 of file connection-handler.h.
| char response_state::url[256] |
Definition at line 55 of file connection-handler.h.
1.8.6