Searched defs:_http_s (Results 1 – 1 of 1) sorted by relevance
211 struct _http_s /**** HTTP connection structure ****/ struct213 int fd; /* File descriptor for this socket */214 int blocking; /* To block or not to block */215 int error; /* Last error on read */216 time_t activity; /* Time since last read/write */217 http_state_t state; /* State of client */218 http_status_t status; /* Status of last request */219 http_version_t version; /* Protocol version */220 http_keepalive_t keep_alive; /* Keep-alive supported? */221 struct sockaddr_in _hostaddr; /* Address of connected host (deprecated) */[all …]