template <>
class WireSyncClientImpl
Defined at line 725 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_net_http::LoaderClient>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_net_http::LoaderClient::OnResponse> OnResponse (::fuchsia_net_http::wire::Response response)
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.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.