|
Electroneum
|
Implements RFC 2617 digest auth. Digests from RFC 7616 can be added. More...
#include <http_auth.h>
Classes | |
| struct | session |
Public Member Functions | |
| http_server_auth () | |
| http_server_auth (login credentials, std::function< void(size_t, uint8_t *)> r) | |
| boost::optional< http_response_info > | get_response (const http_request_info &request) |
Implements RFC 2617 digest auth. Digests from RFC 7616 can be added.
Definition at line 61 of file http_auth.h.
|
inline |
Definition at line 75 of file http_auth.h.
| epee::net_utils::http::http_server_auth::http_server_auth | ( | login | credentials, |
| std::function< void(size_t, uint8_t *)> | r | ||
| ) |
|
inline |
boost::none iff request had valid auth. Definition at line 79 of file http_auth.h.
