11 static std::optional<DigestAuth>
fromParameters(std::string_view parameterList);
Definition authorization.hpp:10
Definition digest_auth.hpp:10
std::string realm
Definition digest_auth.hpp:28
std::string nonce
Definition digest_auth.hpp:31
std::string toParameters() const
Definition digest_auth.cpp:34
std::string username
Definition digest_auth.hpp:27
std::string nc
Definition digest_auth.hpp:32
static std::optional< DigestAuth > fromParameters(std::string_view parameterList)
Definition digest_auth.cpp:67
std::string algorithm
Definition digest_auth.hpp:30
std::string qop
Definition digest_auth.hpp:34
std::string opaque
Definition digest_auth.hpp:36
std::string cnonce
Definition digest_auth.hpp:33
std::string uri
Definition digest_auth.hpp:29
std::string response
Definition digest_auth.hpp:35