|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
This is the complete list of members for kalshi::RateLimitedTransport, including all inherited members.
| cost(HttpMethod method, std::string_view path, std::string_view body) const | kalshi::RateLimitedTransport | |
| del(std::string_view path, std::string_view body={}) const | kalshi::HttpTransport | inline |
| get(std::string_view path) const | kalshi::HttpTransport | inline |
| is_write(HttpMethod method, std::string_view path) noexcept | kalshi::RateLimitedTransport | static |
| post(std::string_view path, std::string_view body={}) const | kalshi::HttpTransport | inline |
| put(std::string_view path, std::string_view body={}) const | kalshi::HttpTransport | inline |
| RateLimitedTransport(std::shared_ptr< const HttpTransport > inner, RateLimitConfig config) | kalshi::RateLimitedTransport | |
| request(HttpMethod method, std::string_view path, std::string_view body={}) const override | kalshi::RateLimitedTransport | virtual |
| ~HttpTransport()=default | kalshi::HttpTransport | virtual |