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;

Variable names for FCGI_GET_VALUES / FCGI_GET_VALUES_RESULT records

FCGI_MAX_REQS
enum FCGI_MAX_REQS;
Undocumented in source.
FCGI_MPXS_CONNS
enum FCGI_MPXS_CONNS;
Undocumented in source.
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
Undocumented in source.
FCGI_EndRequestBody
struct FCGI_EndRequestBody
Undocumented in source.
FCGI_RecordHeader
struct FCGI_RecordHeader
Undocumented in source.
FCGI_UnknownTypeBody
struct FCGI_UnknownTypeBody
Undocumented in source.

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 <vladimir@thecybershadow.net>