ESA JPIP server
0.1
|
Template class used to identify a HTTP header. More...
#include <header.h>
Public Member Functions | |
HeaderBase () | |
Empty constructor. More... | |
HeaderBase (const string &value) | |
Initializes the header value. More... | |
Static Public Member Functions | |
static const char * | name () |
Returns the name of the header, used in the specialization of the class. More... | |
Private Attributes | |
string | value |
String value of the header. More... | |
Friends | |
ostream & | operator<< (ostream &out, const HeaderBase &header) |
istream & | operator>> (istream &in, HeaderBase &header) |
Template class used to identify a HTTP header.
It is possible to use this class with standard streams. This class is specialized with the header name.
|
inline |
Empty constructor.
|
inline |
Initializes the header value.
|
inlinestatic |
Returns the name of the header, used in the specialization of the class.
|
friend |
|
friend |
|
private |
String value of the header.