Module meta

Module meta 

Source
Expand description

Internal FastCGI protocol metadata structures and parsing.

This module contains the internal structures and constants used for parsing and generating FastCGI protocol messages.

Structs§

EndRequest
End request record body data.
ParamPair
A single parameter name-value pair.

Enums§

ParamLength
Parameter length encoding for FastCGI.
ProtocolStatus
FastCGI protocol status codes.
RequestType
FastCGI request types as defined in the protocol specification.
Role
FastCGI application roles.