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

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...
 

Detailed Description

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.

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

Definition at line 363 of file protocol.hpp.

Member Data Documentation

◆ reserved

uint8_t Fastcgipp::Protocol::UnknownType::reserved[7]

Reseved for future use and body padding.

Definition at line 369 of file protocol.hpp.

◆ type

RecordType Fastcgipp::Protocol::UnknownType::type

Unknown record type.

Definition at line 366 of file protocol.hpp.

Referenced by Fastcgipp::Manager_base::localHandler().


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