template <>

class WireWeakOnewayClientImpl

Defined at line 826 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus Start (::fuchsia_net_http::wire::Request request, ::fidl::ClientEnd< ::fuchsia_net_http::LoaderClient> && client)

Initiate the given HTTP or HTTPS request and return all intermediate responses to

the given client.

Unlike `Fetch`, `Start` does not automatically follow all redirects.

Instead, each individual response along the redirect chain is delivered

to the `LoaderClient`.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.