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

#include </home/lkp/rpmbuild/BUILD/libmicrohttpd-1.0.1/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.

◆ rq_line

struct MHD_RequestLineProcessing MHD_HeadersProcessing::rq_line

The request line processing data

Definition at line 1036 of file internal.h.


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