mastodonpp
0.3.0
|
This is the complete list of members for mastodonpp::Connection, including all inherited members.
buffer_mutex | mastodonpp::CURLWrapper | protected |
cancel_stream() | mastodonpp::Connection | inline |
Connection(Instance &instance) | mastodonpp::Connection | inlineexplicit |
CURLWrapper() | mastodonpp::CURLWrapper | |
CURLWrapper(const CURLWrapper &other)=delete | mastodonpp::CURLWrapper | |
CURLWrapper(CURLWrapper &&other) noexcept=delete | mastodonpp::CURLWrapper | |
del(const endpoint_variant &endpoint, const parametermap ¶meters) | mastodonpp::Connection | |
del(const endpoint_variant &endpoint) | mastodonpp::Connection | inline |
escape_url(const string_view url) const | mastodonpp::CURLWrapper | inline |
get(const endpoint_variant &endpoint, const parametermap ¶meters) | mastodonpp::Connection | |
get(const endpoint_variant &endpoint) | mastodonpp::Connection | inline |
get_buffer() | mastodonpp::CURLWrapper | inlineprotected |
get_curl_easy_handle() | mastodonpp::CURLWrapper | inline |
get_new_events() | mastodonpp::Connection | |
get_new_stream_contents() | mastodonpp::Connection | |
make_request(const http_method &method, string uri, const parametermap ¶meters) | mastodonpp::CURLWrapper | protected |
operator=(const CURLWrapper &other)=delete | mastodonpp::CURLWrapper | |
operator=(CURLWrapper &&other) noexcept=delete | mastodonpp::CURLWrapper | |
patch(const endpoint_variant &endpoint, const parametermap ¶meters) | mastodonpp::Connection | |
patch(const endpoint_variant &endpoint) | mastodonpp::Connection | inline |
post(const endpoint_variant &endpoint, const parametermap ¶meters) | mastodonpp::Connection | |
post(const endpoint_variant &endpoint) | mastodonpp::Connection | inline |
put(const endpoint_variant &endpoint, const parametermap ¶meters) | mastodonpp::Connection | |
put(const endpoint_variant &endpoint) | mastodonpp::Connection | inline |
set_access_token(const string_view access_token) | mastodonpp::CURLWrapper | protected |
set_cainfo(string_view path) | mastodonpp::CURLWrapper | protected |
set_proxy(string_view proxy) | mastodonpp::CURLWrapper | protected |
set_useragent(string_view useragent) (defined in mastodonpp::CURLWrapper) | mastodonpp::CURLWrapper | protected |
setup_connection_properties(string_view proxy, string_view access_token, string_view cainfo, string_view useragent) | mastodonpp::CURLWrapper | |
unescape_url(const string_view url) const | mastodonpp::CURLWrapper | inline |
~CURLWrapper() noexcept | mastodonpp::CURLWrapper | virtual |