GNU libmicrohttpd 1.0.2
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.2-build/libmicrohttpd-1.0.2/src/microhttpd/internal.h>
Data Fields | |
struct MHD_RequestLineProcessing | rq_line |
struct MHD_HeaderProcessing | hdr |
The union of request line and header processing data
Definition at line 1031 of file internal.h.
struct MHD_HeaderProcessing MHD_HeadersProcessing::hdr |
The request header processing data
Definition at line 1041 of file internal.h.
Referenced by get_req_header(), reset_rq_header_processing_state(), and switch_to_rq_headers_processing().
struct MHD_RequestLineProcessing MHD_HeadersProcessing::rq_line |
The request line processing data
Definition at line 1036 of file internal.h.
Referenced by get_request_line(), get_request_line_inner(), process_request_target(), and send_redirect_fixed_rq_target().