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

Definition at line 31 of file cel_http.h.


Member Data Documentation

String Celartem::HttpHeaderEntry::name

HTTP Header name, such as "Connection".

Definition at line 33 of file cel_http.h.

String Celartem::HttpHeaderEntry::value

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

Definition at line 34 of file cel_http.h.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:17 2008.