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

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

del(std::string_view path, std::string_view body={}) constkalshi::HttpTransportinline
get(std::string_view path) constkalshi::HttpTransportinline
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 =0kalshi::HttpTransportpure virtual
~HttpTransport()=defaultkalshi::HttpTransportvirtual