template <>
class WireWeakAsyncBufferClientImpl
Defined at line 873 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_net_http::Loader::Fetch> Fetch (::fuchsia_net_http::wire::Request request)
Initiate the given HTTP or HTTPS request, follow redirects, and return the final
response.
The loader will follow redirects (up to an implementation-defined limit)
and return the final response as a reply to this message. To cancel the
request, close the loader interface.
Caller provides the backing storage for FIDL message.