Octane API Client
Loading...
Searching...
No Matches
Public Attributes | List of all members
octane::internal::HttpRequest Struct Reference

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...
 

Detailed Description

HTTPのリクエストを表す構造体。

Member Data Documentation

◆ body

std::vector<std::uint8_t> octane::internal::HttpRequest::body

リクエストのボディ部。

◆ headerField

std::map<std::string, std::string> octane::internal::HttpRequest::headerField

リクエストに使用するHTTPヘッダフィールド。

◆ method

HttpMethod octane::internal::HttpRequest::method

リクエストに使用するHTTPメソッド。

◆ uri

std::string octane::internal::HttpRequest::uri

リクエスト先のURI。

◆ version

HttpVersion octane::internal::HttpRequest::version

リクエストに使用するHTTPバージョン。


The documentation for this struct was generated from the following file: