#include <event-config.h>
#include <sys/types.h>
#include <sys/time.h>
#include <event2/util.h>
Go to the source code of this file.
Data Structures | |
| struct | evhttp_request |
| the request structure that a server receives. More... | |
Defines | |
| #define | EVHTTP_PROXY_REQUEST 0x0002 |
| Request was made via a proxy. | |
| #define | EVHTTP_REQ_DEFER_FREE 0x0008 |
| The request will be used again upstack; freeing must be deferred. | |
| #define | EVHTTP_REQ_NEEDS_FREE 0x0010 |
| The request should be freed upstack. | |
| #define | EVHTTP_REQ_OWN_CONNECTION 0x0001 |
| The request obj owns the evhttp connection and needs to free it. | |
| #define | EVHTTP_USER_OWNED 0x0004 |
| The request object is owned by the user; the user must free it. | |
Using these structures may hurt forward compatibility with later versions of libevent: be careful!
1.5.7