fastcgi++
A C++ FastCGI/Web API
Public Attributes | List of all members
Fastcgipp::Protocol::EndRequest Struct Reference

The body for FastCGI records of type RecordType::END_REQUEST. More...

#include <fastcgi++/protocol.hpp>

Public Attributes

BigEndian< int32_t > appStatus
 Return value. More...
 
ProtocolStatus protocolStatus
 Requests Status. More...
 
uint8_t reserved [3]
 Reseved for future use and body padding. More...
 

Detailed Description

The body for FastCGI records of type RecordType::END_REQUEST.

This structure defines the body used in FastCGI END_REQUEST records. It can be casted to raw 8 byte blocks of data and transmitted as is. An END_REQUEST record is sent when this side wishes to terminate a request. This can be simply because it is complete or because of a problem.

Date
March 6, 2016
Author
Eddie Carle <eddie.nosp@m.@isa.nosp@m.tec.c.nosp@m.a>

Definition at line 383 of file protocol.hpp.

Member Data Documentation

◆ appStatus

BigEndian<int32_t> Fastcgipp::Protocol::EndRequest::appStatus

Return value.

Definition at line 386 of file protocol.hpp.

Referenced by Fastcgipp::Request< charT >::complete().

◆ protocolStatus

ProtocolStatus Fastcgipp::Protocol::EndRequest::protocolStatus

Requests Status.

Definition at line 389 of file protocol.hpp.

Referenced by Fastcgipp::Request< charT >::complete().

◆ reserved

uint8_t Fastcgipp::Protocol::EndRequest::reserved[3]

Reseved for future use and body padding.

Definition at line 392 of file protocol.hpp.


The documentation for this struct was generated from the following file: