|
| template<typename ClientType> |
| Result | Get (ClientType &cli, const std::string &path, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Get (ClientType &cli, const std::string &path, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Get (ClientType &cli, const std::string &path, const Params ¶ms, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Get (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Post (ClientType &cli, const std::string &path, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Post (ClientType &cli, const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Post (ClientType &cli, const std::string &path, const Params ¶ms, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Post (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Put (ClientType &cli, const std::string &path, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Put (ClientType &cli, const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Put (ClientType &cli, const std::string &path, const Params ¶ms, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Put (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Patch (ClientType &cli, const std::string &path, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Patch (ClientType &cli, const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Patch (ClientType &cli, const std::string &path, const Params ¶ms, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Patch (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const Params ¶ms, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const Params ¶ms, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Delete (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, const std::string &body, const std::string &content_type, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Head (ClientType &cli, const std::string &path, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Head (ClientType &cli, const std::string &path, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Head (ClientType &cli, const std::string &path, const Params ¶ms, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Head (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Options (ClientType &cli, const std::string &path, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Options (ClientType &cli, const std::string &path, const Headers &headers, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Options (ClientType &cli, const std::string &path, const Params ¶ms, size_t chunk_size=8192) |
| |
| template<typename ClientType> |
| Result | Options (ClientType &cli, const std::string &path, const Params ¶ms, const Headers &headers, size_t chunk_size=8192) |
| |