net-cpp ..
C++11 library for networking purposes
|
The Credentials struct encapsulates username and password for basic & digest authentication. More...
#include <request.h>
Public Attributes | |
std::string | username |
std::string | password |
The Credentials struct encapsulates username and password for basic & digest authentication.
std::string core::net::http::Request::Credentials::password |
std::string core::net::http::Request::Credentials::username |