|
Octane API Client
|
HTTPのリクエストを表す構造体。 More...
#include <http_client.h>
Public Attributes | |
| HttpMethod | method |
| リクエストに使用するHTTPメソッド。 More... | |
| HttpVersion | version |
| リクエストに使用するHTTPバージョン。 More... | |
| std::string | uri |
| リクエスト先のURI。 More... | |
| std::map< std::string, std::string > | headerField |
| リクエストに使用するHTTPヘッダフィールド。 More... | |
| std::vector< std::uint8_t > | body |
| リクエストのボディ部。 More... | |
HTTPのリクエストを表す構造体。
| std::vector<std::uint8_t> octane::internal::HttpRequest::body |
リクエストのボディ部。
| std::map<std::string, std::string> octane::internal::HttpRequest::headerField |
リクエストに使用するHTTPヘッダフィールド。
| HttpMethod octane::internal::HttpRequest::method |
リクエストに使用するHTTPメソッド。
| std::string octane::internal::HttpRequest::uri |
リクエスト先のURI。
| HttpVersion octane::internal::HttpRequest::version |
リクエストに使用するHTTPバージョン。