kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::RetryingTransport Member List

This is the complete list of members for kalshi::RetryingTransport, including all inherited members.

del(std::string_view path, std::string_view body={}) constkalshi::HttpTransportinline
get(std::string_view path) constkalshi::HttpTransportinline
policy() const noexceptkalshi::RetryingTransportinline
post(std::string_view path, std::string_view body={}) constkalshi::HttpTransportinline
put(std::string_view path, std::string_view body={}) constkalshi::HttpTransportinline
request(HttpMethod method, std::string_view path, std::string_view body={}) const overridekalshi::RetryingTransportvirtual
RetryingTransport(std::shared_ptr< const HttpTransport > inner, RetryPolicy policy={})kalshi::RetryingTransportexplicit
~HttpTransport()=defaultkalshi::HttpTransportvirtual