GNU libmicrohttpd 1.0.0
Loading...
Searching...
No Matches
MHD_HeadersProcessing Union Reference

#include </builddir/build/BUILD/libmicrohttpd-1.0.0/src/microhttpd/internal.h>

Data Fields

struct MHD_RequestLineProcessing rq_line
 
struct MHD_HeaderProcessing hdr
 

Detailed Description

The union of request line and header processing data

Definition at line 1031 of file internal.h.

Field Documentation

◆ hdr

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().

◆ rq_line

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().


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