FCGI_RecordHeader

FastCGI protocol packet header.

Members

Variables

contentLength
BigEndian!ushort contentLength;

Number of bytes of data following this header.

paddingLength
ubyte paddingLength;

Number of additional bytes used for padding.

requestId
BigEndian!ushort requestId;

Request ID.

reserved
ubyte reserved;

Unused.

type
FCGI_RecordType type;

FastCGI record (packet) type.

version_
ubyte version_;

FastCGI protocol version. Should be FCGI_VERSION_1.

Meta