|
fastcgi++
A C++ FastCGI/Web API
|
The body for FastCGI records with a RecordType of UNKNOWN_TYPE. More...
#include <fastcgi++/protocol.hpp>
Public Attributes | |
| RecordType | type |
| Unknown record type. More... | |
| uint8_t | reserved [7] |
| Reseved for future use and body padding. More... | |
The body for FastCGI records with a RecordType of UNKNOWN_TYPE.
This structure defines the body used in FastCGI UNKNOWN_TYPE records. It can be casted to raw 8 byte blocks of data and transmitted as is. An UNKNOWN_TYPE record is sent as a reply to record types that are not recognized.
Definition at line 363 of file protocol.hpp.
| uint8_t Fastcgipp::Protocol::UnknownType::reserved[7] |
Reseved for future use and body padding.
Definition at line 369 of file protocol.hpp.
| RecordType Fastcgipp::Protocol::UnknownType::type |
Unknown record type.
Definition at line 366 of file protocol.hpp.
Referenced by Fastcgipp::Manager_base::localHandler().
1.8.14