ofxHTTP
A collection of tools for HTTP.
ofx::HTTP::Credentials Class Reference
Inheritance diagram for ofx::HTTP::Credentials:
ofx::HTTP::ProxySettings

Public Member Functions

 Credentials (const std::string &username, const std::string &password)
 
virtual void clear ()
 
std::string getUsername () const
 
std::string getPassword () const
 
void setUsername (const std::string &username)
 
void setPassword (const std::string &password)
 
bool hasCredentials () const
 
std::string toString () const
 

Protected Attributes

std::string _username
 
std::string _password
 

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