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

◆ Request() [3/3]

pplx::task<void> voicevox_client_cpp::Client::Request ( const web::http::http_request &  req,
const CallbackType< OptionalJson callback_json 
)

An interface for sending supplies to the server and receiving responses asynchronously.

Parameters
reqA request for the server
callback_jsonA function to call when processing is complete (in JSON format)
Returns
A task handler