|
Octane API Client
|
HTTPのレスポンスを表す構造体。 More...
#include <http_client.h>
Public Attributes | |
| int | statusCode |
| レスポンスのHTTPステータスコードを表す。 More... | |
| std::string | statusLine |
| レスポンスのHTTPステータスライン。"HTTP/2 200 OK", "HTTP/2 400 Bad
Request"など。 More... | |
| HttpVersion | version |
| レスポンスのHTTPのバージョン。 More... | |
| std::map< std::string, std::string > | headerField |
| レスポンスのヘッダフィールド。 More... | |
| std::vector< std::uint8_t > | body |
| レスポンスのボディ部。 More... | |
HTTPのレスポンスを表す構造体。
| std::vector<std::uint8_t> octane::internal::HttpResponse::body |
レスポンスのボディ部。
| std::map<std::string, std::string> octane::internal::HttpResponse::headerField |
レスポンスのヘッダフィールド。
| int octane::internal::HttpResponse::statusCode |
レスポンスのHTTPステータスコードを表す。
| std::string octane::internal::HttpResponse::statusLine |
レスポンスのHTTPステータスライン。"HTTP/2 200 OK", "HTTP/2 400 Bad Request"など。
| HttpVersion octane::internal::HttpResponse::version |
レスポンスのHTTPのバージョン。