MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
evhttp_request Struct Reference

#include <evhttp.h>

Collaboration diagram for evhttp_request:

Public Member Functions

 TAILQ_ENTRY (evhttp_request) next

Public Attributes

struct evhttp_connectionevcon
int flags
struct evkeyvalq * input_headers
struct evkeyvalq * output_headers
char * remote_host
u_short remote_port
enum evhttp_request_kind kind
enum evhttp_cmd_type type
char * uri
char major
char minor
int response_code
char * response_code_line
struct evbufferinput_buffer
ev_int64_t ntoread
int chunked
struct evbufferoutput_buffer
void(* cb )(struct evhttp_request *, void *)
void * cb_arg
void(* chunk_cb )(struct evhttp_request *, void *)

Detailed Description

the request structure that a server receives. WARNING: expect this structure to change. I will try to provide reasonable accessors.

Definition at line 188 of file evhttp.h.


The documentation for this struct was generated from the following file: