AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::rest::WebClient Member List

This is the complete list of members for anch::rest::WebClient, including all inherited members.

CONNECT(anch::rest::Request &request, P... params)anch::rest::WebClient
CONNECT(const std::string &path, P... params)anch::rest::WebClient
DELETE(anch::rest::Request &request, P... params)anch::rest::WebClient
DELETE(const std::string &path, P... params)anch::rest::WebClient
GET(anch::rest::Request &request, P... params)anch::rest::WebClient
GET(const std::string &path, P... params)anch::rest::WebClient
HEAD(anch::rest::Request &request, P... params)anch::rest::WebClient
HEAD(const std::string &path, P... params)anch::rest::WebClient
OPTIONS(anch::rest::Request &request, P... params)anch::rest::WebClient
OPTIONS(const std::string &path, P... params)anch::rest::WebClient
PATCH(anch::rest::Request &request, P... params)anch::rest::WebClient
POST(anch::rest::Request &request, P... params)anch::rest::WebClient
PUT(anch::rest::Request &request, P... params)anch::rest::WebClient
TRACE(const std::string &path, P... params)anch::rest::WebClient
WebClient(anch::rest::ClientIface &client, std::optional< std::string > basePath=std::optional< std::string >())anch::rest::WebClient
~WebClient()anch::rest::WebClientvirtual