template <>
class WireTableBuilder
Defined at line 354 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Request> & method (First && first, Args &&... args_)
The HTTP method if applicable.
Defaults to "GET".
Defined at line 368 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Request> & url (First && first, Args &&... args_)
The URL to load.
Required.
Defined at line 382 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
template <typename First = ::fidl::VectorView<::fuchsia_net_http::wire::Header>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_net_http::wire::Header>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Request> & headers (First && first, Args &&... args_)
Additional HTTP request headers.
Defined at line 394 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
template <typename First = ::fuchsia_net_http::wire::Body, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_http::wire::Body>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Request> & body (First && first, Args &&... args_)
The payload for the request body. For HTTP requests, the method must be
set to "POST" or "PUT". If a buffer is used for the body, a
Content-Length header will automatically be added.
Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Request> & deadline (First && first, Args &&... args_)
Determines when to give up on waiting for a response from the server. If no deadline is
provided, the implementation will provide a reasonable default.
Defined at line 421 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
Friends
template <>
class Request