Public Attributes

Celartem::HttpHeaderEntry Struct Reference

#include <cel_http.h>

List of all members.

Public Attributes

String name
 HTTP Header name, such as "Connection".
String value
 HTTP Header value, such as "keep-alive".

Detailed Description

This structure preserves name and value of a HTTP header entry. A HTTP header is formed as "HeaderName : Values".
This struct is used by HttpResponseStream::getNthHeader .

See also:
HttpResponseStream

Member Data Documentation

HTTP Header name, such as "Connection".

HTTP Header value, such as "keep-alive".


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

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:18.
Caminova Logo