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.
- Param
Pair - A single parameter name-value pair.
Enums§
- Param
Length - Parameter length encoding for FastCGI.
- Protocol
Status - FastCGI protocol status codes.
- Request
Type - FastCGI request types as defined in the protocol specification.
- Role
- FastCGI application roles.