ESA JPIP server  0.1
http::HeaderName Class Reference

Container for the strings associated to the most common HTTP headers, used for the specialization of the class HeaderBase. More...

#include <header.h>

Collaboration diagram for http::HeaderName:

Static Public Attributes

static const char UNDEFINED [] = ""
 No header name defined. More...
 
static const char CONTENT_TYPE [] = "Content-Type"
 The header Content-Type More...
 
static const char CACHE_CONTROL [] = "Cache-Control"
 The header Cache-Control More...
 
static const char CONTENT_LENGTH [] = "Content-Length"
 The header Content-Length More...
 
static const char TRANSFER_ENCODING [] = "Transfer-Encoding"
 The header Transfer-Encoding More...
 

Detailed Description

Container for the strings associated to the most common HTTP headers, used for the specialization of the class HeaderBase.

See Also
HeaderBase

Member Data Documentation

const char http::HeaderName::CACHE_CONTROL = "Cache-Control"
static

The header Cache-Control

const char http::HeaderName::CONTENT_LENGTH = "Content-Length"
static

The header Content-Length

const char http::HeaderName::CONTENT_TYPE = "Content-Type"
static

The header Content-Type

const char http::HeaderName::TRANSFER_ENCODING = "Transfer-Encoding"
static

The header Transfer-Encoding

const char http::HeaderName::UNDEFINED = ""
static

No header name defined.


The documentation for this class was generated from the following files: