#include <evhtp.h>
Definition at line 457 of file evhtp.h.
§ bev
§ body_bytes_read
uint64_t evhtp_connection_t::body_bytes_read |
§ connected
uint8_t evhtp_connection_t::connected |
client specific - set after successful connection
Definition at line 479 of file evhtp.h.
§ error
uint8_t evhtp_connection_t::error |
§ evbase
evbase_t* evhtp_connection_t::evbase |
§ free_connection
uint8_t evhtp_connection_t::free_connection |
§ hooks
evhtp_hooks_t* evhtp_connection_t::hooks |
§ htp
evhtp_t* evhtp_connection_t::htp |
§ keepalive
uint8_t evhtp_connection_t::keepalive |
set to 1 after the first request has been processed and the connection is kept open
Definition at line 479 of file evhtp.h.
§ max_body_size
uint64_t evhtp_connection_t::max_body_size |
§ num_requests
uint64_t evhtp_connection_t::num_requests |
§ owner
uint8_t evhtp_connection_t::owner |
set to 1 if this structure owns the bufferevent
Definition at line 479 of file evhtp.h.
§ parser
htparser* evhtp_connection_t::parser |
§ paused
uint8_t evhtp_connection_t::paused |
this connection has been marked as paused
Definition at line 479 of file evhtp.h.
§ recv_timeo
struct timeval evhtp_connection_t::recv_timeo |
conn read timeouts (overrides global)
Definition at line 471 of file evhtp.h.
§ request
evhtp_request_t* evhtp_connection_t::request |
the request currently being processed
Definition at line 474 of file evhtp.h.
§ resume_ev
event_t* evhtp_connection_t::resume_ev |
§ saddr
struct sockaddr* evhtp_connection_t::saddr |
§ scratch_buf
struct evbuffer* evhtp_connection_t::scratch_buf |
always zero'd out after used
Definition at line 487 of file evhtp.h.
§ send_timeo
struct timeval evhtp_connection_t::send_timeo |
conn write timeouts (overrides global)
Definition at line 472 of file evhtp.h.
§ sock
evutil_socket_t evhtp_connection_t::sock |
§ ssl
§ thread
evthr_t* evhtp_connection_t::thread |
§ type
server or client
Definition at line 478 of file evhtp.h.
§ vhost_via_sni
uint8_t evhtp_connection_t::vhost_via_sni |
set to 1 if the vhost was found via SSL SNI
Definition at line 479 of file evhtp.h.
§ waiting
uint8_t evhtp_connection_t::waiting |
used to make sure resuming happens AFTER sending a reply
Definition at line 479 of file evhtp.h.
The documentation for this struct was generated from the following file: