ae.net.http.fastcgi.common

FastCGI definitions.

Members

Enums

FCGI_ProtocolStatus
enum FCGI_ProtocolStatus

Values for protocolStatus component of FCGI_EndRequestBody

FCGI_RecordType
enum FCGI_RecordType

Values for type component of FCGI_Header

FCGI_RequestFlags
enum FCGI_RequestFlags

Mask for flags component of FCGI_BeginRequestBody

FCGI_Role
enum FCGI_Role

Values for role component of FCGI_BeginRequestBody

Manifest constants

FCGI_LISTENSOCK_FILENO
enum FCGI_LISTENSOCK_FILENO;

Listening socket file number

FCGI_MAX_CONNS
enum FCGI_MAX_CONNS;
FCGI_MAX_REQS
enum FCGI_MAX_REQS;
FCGI_MPXS_CONNS
enum FCGI_MPXS_CONNS;

Variable names for FCGI_GET_VALUES / FCGI_GET_VALUES_RESULT records

FCGI_NULL_REQUEST_ID
enum FCGI_NULL_REQUEST_ID;

Value for requestId component of FCGI_Header.

FCGI_VERSION_1
enum FCGI_VERSION_1;

Value for version component of FCGI_Header

Structs

FCGI_BeginRequestBody
struct FCGI_BeginRequestBody

Structure of FCGI_BEGIN_REQUEST packets.

FCGI_EndRequestBody
struct FCGI_EndRequestBody

Structure of FCGI_END_REQUEST packets.

FCGI_RecordHeader
struct FCGI_RecordHeader

FastCGI protocol packet header.

FCGI_UnknownTypeBody
struct FCGI_UnknownTypeBody

Structure of FCGI_UNKNOWN_TYPE packets.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>