Apache2
ap_fcgi_header Struct Reference

A structure that represents the fixed header fields at the beginning of a "FastCGI record" (i.e., the data prior to content data and padding). More...

#include <util_fcgi.h>

Data Fields

unsigned char version
 
unsigned char type
 
unsigned char requestIdB1
 
unsigned char requestIdB0
 
unsigned char contentLengthB1
 
unsigned char contentLengthB0
 
unsigned char paddingLength
 
unsigned char reserved
 

Detailed Description

A structure that represents the fixed header fields at the beginning of a "FastCGI record" (i.e., the data prior to content data and padding).

Field Documentation

◆ contentLengthB0

unsigned char ap_fcgi_header::contentLengthB0

◆ contentLengthB1

unsigned char ap_fcgi_header::contentLengthB1

content length, in two parts

◆ paddingLength

unsigned char ap_fcgi_header::paddingLength

padding length

◆ requestIdB0

unsigned char ap_fcgi_header::requestIdB0

◆ requestIdB1

unsigned char ap_fcgi_header::requestIdB1

request id, in two parts

◆ reserved

unsigned char ap_fcgi_header::reserved

8-bit reserved field

◆ type

unsigned char ap_fcgi_header::type

See values for type, below

◆ version

unsigned char ap_fcgi_header::version

See values for version, below


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