Definition at line 284 of file http_client.cpp.
◆ read_response_visitor()
fc::http_client_impl::read_response_visitor::read_response_visitor |
( |
http_client_impl * | that, |
|
|
boost::beast::flat_buffer & | buffer, |
|
|
http::response< http::string_body > & | res, |
|
|
const deadline_type & | deadline ) |
|
inline |
Definition at line 285 of file http_client.cpp.
290 {}
const deadline_type & deadline
http::response< http::string_body > & res
boost::beast::flat_buffer & buffer
◆ operator()()
error_code fc::http_client_impl::read_response_visitor::operator() |
( |
S & | stream | ) |
const |
|
inline |
◆ buffer
boost::beast::flat_buffer& fc::http_client_impl::read_response_visitor::buffer |
◆ deadline
const deadline_type& fc::http_client_impl::read_response_visitor::deadline |
◆ res
http::response<http::string_body>& fc::http_client_impl::read_response_visitor::res |
◆ that
The documentation for this struct was generated from the following file: