Apache HTTPD
Public Attributes | List of all members
ap_fcgi_begin_request_body Struct Reference

This represents the content data of the FastCGI record when the type is AP_FCGI_BEGIN_REQUEST. More...

#include <util_fcgi.h>

Public Attributes

unsigned char roleB1
 
unsigned char roleB0
 
unsigned char flags
 
unsigned char reserved [5]
 

Detailed Description

This represents the content data of the FastCGI record when the type is AP_FCGI_BEGIN_REQUEST.

Definition at line 106 of file util_fcgi.h.

Member Data Documentation

◆ flags

unsigned char ap_fcgi_begin_request_body::flags

flags See values for flags bits, below

Definition at line 117 of file util_fcgi.h.

◆ reserved

unsigned char ap_fcgi_begin_request_body::reserved[5]

reserved

Definition at line 119 of file util_fcgi.h.

◆ roleB0

unsigned char ap_fcgi_begin_request_body::roleB0

Definition at line 112 of file util_fcgi.h.

◆ roleB1

unsigned char ap_fcgi_begin_request_body::roleB1

role, in two parts See values for role, below

Definition at line 111 of file util_fcgi.h.


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