Botan 2.19.2
Crypto and TLS for C&
|
#include <botan/http_util.h>
#include <botan/parsing.h>
#include <botan/hex.h>
#include <botan/internal/os_utils.h>
#include <botan/internal/socket.h>
#include <botan/internal/stl_util.h>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::HTTP |
Functions | |
Response | Botan::HTTP::GET_sync (const std::string &url, size_t allowable_redirects, std::chrono::milliseconds timeout) |
Response | Botan::HTTP::http_sync (const std::string &verb, const std::string &url, const std::string &content_type, const std::vector< uint8_t > &body, size_t allowable_redirects, std::chrono::milliseconds timeout) |
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< uint8_t > &body, size_t allowable_redirects) |
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< uint8_t > &body, size_t allowable_redirects, std::chrono::milliseconds timeout) |
std::string | Botan::HTTP::url_encode (const std::string &in) |