|
fastcgi++
A C++ FastCGI/Web API
|
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... | |
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.
Definition at line 383 of file protocol.hpp.
| BigEndian<int32_t> Fastcgipp::Protocol::EndRequest::appStatus |
Return value.
Definition at line 386 of file protocol.hpp.
Referenced by Fastcgipp::Request< charT >::complete().
| ProtocolStatus Fastcgipp::Protocol::EndRequest::protocolStatus |
Requests Status.
Definition at line 389 of file protocol.hpp.
Referenced by Fastcgipp::Request< charT >::complete().
| uint8_t Fastcgipp::Protocol::EndRequest::reserved[3] |
Reseved for future use and body padding.
Definition at line 392 of file protocol.hpp.
1.8.11