class LoaderClient
Defined at line 1626 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/hlcpp/fuchsia/net/http/cpp/fidl.h
A client interface used with `Loader.Start`.
Closing the underlying channel will cancel the associated HTTP transaction.
Public Methods
void ~LoaderClient ()
void OnResponse (::fuchsia::net::http::Response response, OnResponseCallback callback)
Called by the loader when the loader receives an HTTP response.
If the server has requested a redirect, then `redirect` in `response`
table will describe the target the server requested. To follow the
redirect, reply to this message. To not follow the redirect, close the
underlying channel.