template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 575 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/wire_types.h
Public Methods
::fuchsia_net_http::wire::RedirectTarget Build ()
Build and return the table. The builder should not be used after this.
bool has_method ()
void clear_method ()
Clears the method field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & method ()
The HTTP method the server suggested for the redirect.
BuilderImpl & method (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The HTTP method the server suggested for the redirect.
bool has_url ()
void clear_url ()
Clears the url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & url ()
The URL the server suggested for the redirect.
BuilderImpl & url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The URL the server suggested for the redirect.
bool has_referrer ()
void clear_referrer ()
Clears the referrer field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & referrer ()
The referrer the server suggested for the redirect.
BuilderImpl & referrer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The referrer the server suggested for the redirect.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_net_http::wire::RedirectTarget, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_http::wire::RedirectTarget>> && frame)