Botan
1.11.15
|
#include <botan/types.h>
#include <future>
#include <vector>
#include <map>
#include <chrono>
#include <string>
Go to the source code of this file.
Classes | |
struct | Botan::HTTP::Response |
Namespaces | |
namespace | Botan |
namespace | Botan::HTTP |
Typedefs | |
typedef std::function < std::string(const std::string &, const std::string &)> | Botan::HTTP::http_exch_fn |
Functions | |
std::future< Response > | Botan::HTTP::GET_async (const std::string &url, size_t allowable_redirects) |
Response | Botan::HTTP::GET_sync (const std::string &url, size_t allowable_redirects) |
Response | Botan::HTTP::http_sync (http_exch_fn http_transact, const std::string &verb, const std::string &url, const std::string &content_type, const std::vector< byte > &body, size_t allowable_redirects) |
Response | Botan::HTTP::http_sync (const std::string &verb, const std::string &url, const std::string &content_type, const std::vector< byte > &body, size_t allowable_redirects) |
std::string | Botan::HTTP::http_transact_fail (const std::string &hostname, const std::string &) |
std::ostream & | Botan::HTTP::operator<< (std::ostream &o, const Response &resp) |
Response | Botan::HTTP::POST_sync (const std::string &url, const std::string &content_type, const std::vector< byte > &body, size_t allowable_redirects) |
std::string | Botan::HTTP::url_encode (const std::string &in) |