template <>
class WireTableBuilder
Defined at line 1041 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::Response> & final_url (First && first, Args &&... args_)
The final URL of the response, after redirects have been followed.
Defined at line 1053 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<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Response> & status_line (First && first, Args &&... args_)
The HTTP status line.
Defined at line 1065 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::Response> & headers (First && first, Args &&... args_)
The HTTP response headers.
Defined at line 1077 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::RedirectTarget, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_http::wire::RedirectTarget>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_http::wire::Response> & redirect (First && first, Args &&... args_)
A description of the redirect the server requested, if any.
Defined at line 1089 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
Friends
template <>
class Response