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>
◆ CYIHTTPHeader()
◆ GetName()
const CYIString& CYIHTTPHeader::GetName |
( |
| ) |
const |
Returns the name of the header.
◆ GetValue()
const CYIString& CYIHTTPHeader::GetValue |
( |
| ) |
const |
Returns the value associated with the header.
◆ FIELD_CACHE_CONTROL
const CYIString CYIHTTPHeader::FIELD_CACHE_CONTROL |
|
static |
Represents the HTTP Standard 'Cache-Control' header field.
◆ FIELD_PRAGMA
Represents the HTTP Standard 'Pragma' header field.
The documentation for this class was generated from the following file: