Apache Mesos
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
process::http::header::WWWAuthenticate Class Reference

#include <http.hpp>

Public Member Functions

 WWWAuthenticate (const std::string &authScheme, const hashmap< std::string, std::string > &authParam)
 
std::string authScheme ()
 
hashmap< std::string, std::string > authParam ()
 

Static Public Member Functions

static Try< WWWAuthenticatecreate (const std::string &input)
 

Static Public Attributes

static constexpr const char * NAME = "WWW-Authenticate"
 

Constructor & Destructor Documentation

process::http::header::WWWAuthenticate::WWWAuthenticate ( const std::string &  authScheme,
const hashmap< std::string, std::string > &  authParam 
)
inline

Member Function Documentation

hashmap<std::string, std::string> process::http::header::WWWAuthenticate::authParam ( )
std::string process::http::header::WWWAuthenticate::authScheme ( )
static Try<WWWAuthenticate> process::http::header::WWWAuthenticate::create ( const std::string &  input)
static

Member Data Documentation

constexpr const char* process::http::header::WWWAuthenticate::NAME = "WWW-Authenticate"
static

The documentation for this class was generated from the following file: