voicevox_client_cpp  0.0.0
A client library for VOICEVOX implemented in C++.

◆ method()

Builder& voicevox_client_cpp::request::Builder::method ( const web::http::method &  method)
inline

Set HTTP method to request.

Parameters
methodHTTP method like: web::http::method::GET, web::http::methods::POST, ...
Returns
The reference of this builder