Kea 2.7.5
|
HTTP header context. More...
#include <header_context.h>
Public Member Functions | |
HttpHeaderContext () | |
Constructor. | |
HttpHeaderContext (const std::string &name, const int64_t value) | |
Constructor. | |
HttpHeaderContext (const std::string &name, const std::string &value) | |
Constructor. | |
Public Attributes | |
std::string | name_ |
std::string | value_ |
HTTP header context.
Definition at line 18 of file header_context.h.
|
inline |
Constructor.
Sets header name and value to empty strings.
Definition at line 25 of file header_context.h.
|
inline |
Constructor.
name | Header name. |
value | Header value. |
Definition at line 33 of file header_context.h.
|
inline |
Constructor.
name | Header name. |
value | Numeric value for the header. |
Definition at line 41 of file header_context.h.
std::string isc::http::HttpHeaderContext::name_ |
Definition at line 19 of file header_context.h.
std::string isc::http::HttpHeaderContext::value_ |
Definition at line 20 of file header_context.h.