#include <kalshi/http_client.hpp>
|
| std::optional< std::string_view > | header (std::string_view name) const noexcept |
| | Case-insensitive header lookup. Returns the first match.
|
| |
◆ header()
| std::optional< std::string_view > kalshi::HttpResponse::header |
( |
std::string_view |
name | ) |
const |
|
noexcept |
Case-insensitive header lookup. Returns the first match.
◆ status_code
| int kalshi::HttpResponse::status_code {0} |
◆ body
| std::string kalshi::HttpResponse::body |
◆ headers
| std::vector<std::pair<std::string, std::string> > kalshi::HttpResponse::headers |
The documentation for this struct was generated from the following file: