A class respresenting an HTTP Header Field with a field-name and field-value as specified in https://httpwg.org/specs/rfc7230.html#header.fields.
This class also contains names of common HTTP Header Fields and Values for caching.
#include <network/YiHTTPHeader.h>
const CYIString& CYIHTTPHeader::GetName |
( |
| ) |
const |
Returns the name of the header.
const CYIString& CYIHTTPHeader::GetValue |
( |
| ) |
const |
Returns the value associated with the header.
const CYIString CYIHTTPHeader::FIELD_CACHE_CONTROL |
|
static |
Represents the HTTP Standard 'Cache-Control' header field.
Represents the HTTP Standard 'Pragma' header field.
The documentation for this class was generated from the following file: