![]() |
Kea 2.2.0
|
HTTP header context. More...
#include <header_context.h>
Inheritance diagram for isc::http::HttpHeaderContext:Public Member Functions | |
| HttpHeaderContext () | |
| Constructor. More... | |
| HttpHeaderContext (const std::string &name, const int64_t value) | |
| Constructor. More... | |
| HttpHeaderContext (const std::string &name, const std::string &value) | |
| Constructor. More... | |
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.