C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::net::http_client_abstract< Impl > Member List

This is the complete list of members for essence::net::http_client_abstract< Impl >, including all inherited members.

base_uri() const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline
commit_bytes(http_method method, const uri &relative_uri, std::string_view content_type, std::span< const std::byte > bytes, const http_header_handler &header_handler={}) const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline
commit_bytes(http_method method, const uri &relative_uri, std::string_view content_type, Range &&bytes, const http_header_handler &header_handler={}) const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline
commit_json(http_method method, const uri &relative_uri, const abi::json &params, const http_header_handler &header_handler={}) const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline
commit_json_nop(http_method method, const uri &relative_uri, const http_header_handler &header_handler={}) const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline
commit_message(T &&message, const http_header_handler &header_handler={}) const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline
Impl (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >
on_progress(const http_progress_handler &progress_handler) const (defined in essence::net::http_client_abstract< Impl >)essence::net::http_client_abstract< Impl >inline