net-cpp  1.1.0
C++11 library for networking purposes
core::net::http::Request::Credentials Struct Reference

The Credentials struct encapsulates username and password for basic & digest authentication. More...

#include <request.h>

+ Collaboration diagram for core::net::http::Request::Credentials:

Public Attributes

std::string username
 
std::string password
 

Detailed Description

The Credentials struct encapsulates username and password for basic & digest authentication.

Definition at line 149 of file request.h.

Member Data Documentation

std::string core::net::http::Request::Credentials::password

Definition at line 152 of file request.h.

std::string core::net::http::Request::Credentials::username

Definition at line 151 of file request.h.


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