Apache2
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>

Data Fields

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.

Field Documentation

◆ flags

unsigned char ap_fcgi_begin_request_body::flags

flags See values for flags bits, below

◆ reserved

unsigned char ap_fcgi_begin_request_body::reserved[5]

reserved

◆ roleB0

unsigned char ap_fcgi_begin_request_body::roleB0

◆ roleB1

unsigned char ap_fcgi_begin_request_body::roleB1

role, in two parts See values for role, below


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