#include <cel_http.h>
Public Attributes | |
String | name |
HTTP Header name, such as "Connection" . More... | |
String | value |
HTTP Header value, such as "keep-alive" . More... | |
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 .
String Celartem::HttpHeaderEntry::name |
HTTP Header name, such as "Connection"
.
String Celartem::HttpHeaderEntry::value |
HTTP Header value, such as "keep-alive"
.