Apache HTTPD
Public Attributes | List of all members
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>

Public Attributes

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

Definition at line 40 of file util_fcgi.h.

Member Data Documentation

◆ contentLengthB0

unsigned char ap_fcgi_header::contentLengthB0

Definition at line 50 of file util_fcgi.h.

◆ contentLengthB1

unsigned char ap_fcgi_header::contentLengthB1

content length, in two parts

Definition at line 49 of file util_fcgi.h.

◆ paddingLength

unsigned char ap_fcgi_header::paddingLength

padding length

Definition at line 52 of file util_fcgi.h.

◆ requestIdB0

unsigned char ap_fcgi_header::requestIdB0

Definition at line 47 of file util_fcgi.h.

◆ requestIdB1

unsigned char ap_fcgi_header::requestIdB1

request id, in two parts

Definition at line 46 of file util_fcgi.h.

◆ reserved

unsigned char ap_fcgi_header::reserved

8-bit reserved field

Definition at line 54 of file util_fcgi.h.

◆ type

unsigned char ap_fcgi_header::type

See values for type, below

Definition at line 44 of file util_fcgi.h.

◆ version

unsigned char ap_fcgi_header::version

See values for version, below

Definition at line 42 of file util_fcgi.h.


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