|  | Kea 3.1.0
    | 
Represents basic HTTP authentication header. More...
#include <basic_auth.h>
| Public Member Functions | |
| BasicAuthHttpHeaderContext (const BasicHttpAuth &basic_auth) | |
| Constructor. | |
| Public Member Functions inherited from isc::http::HttpHeaderContext | |
| HttpHeaderContext () | |
| Constructor. | |
| HttpHeaderContext (const std::string &name, const int64_t value) | |
| Constructor. | |
| HttpHeaderContext (const std::string &name, const std::string &value) | |
| Constructor. | |
| Additional Inherited Members | |
| Public Attributes inherited from isc::http::HttpHeaderContext | |
| std::string | name_ | 
| Header name. | |
| std::string | value_ | 
| Header value. | |
Represents basic HTTP authentication header.
Definition at line 73 of file basic_auth.h.
| 
 | inlineexplicit | 
Constructor.
| basic_auth | Basic HTTP authentication object. | 
Definition at line 78 of file basic_auth.h.
References isc::http::HttpHeaderContext::HttpHeaderContext().