1#ifndef TENDUKE_HTTP_HTTPREQUESTAUTHENTICATOR_H
2#define TENDUKE_HTTP_HTTPREQUESTAUTHENTICATOR_H
7namespace tenduke {
namespace http {
This is a service, that can be added to tenduke::http::HTTPRequest to add authentication information ...
Definition HTTPRequestAuthenticator.h:21
virtual std::multimap< std::string, std::string > authenticate(const tenduke::http::HTTPRequest &request) const =0
Returns headers to authenticate the request.
HTTP-request, which contains all necessary details to construct the request.
Definition HTTPRequest.h:22
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7