Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | Public Attributes | List of all members
Mezzanine::Network::HeaderField Struct Reference

Convenience class for storing Header fields in internet messaging protocols. More...

#include <httpmessage.h>

+ Collaboration diagram for Mezzanine::Network::HeaderField:

Public Member Functions

 HeaderField (const String &Name, const String &Value)
 Constructor. More...
 

Public Attributes

String HeaderName
 The name of the header field.
 
String HeaderValue
 The value of the header field.
 

Detailed Description

Convenience class for storing Header fields in internet messaging protocols.

Definition at line 54 of file httpmessage.h.

Constructor & Destructor Documentation

Mezzanine::Network::HeaderField::HeaderField ( const String Name,
const String Value 
)
inline

Constructor.

Parameters
NameThe name of the Header Field.
ValueThe value of the Header Field.

Definition at line 64 of file httpmessage.h.


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