class RedirectTarget
Defined at line 302 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h
A description of the redirect the server requested.
The semantics of an HTTP redirect vary according to the status code use to
generate the redirect. This structure ensures that the loader and its client
agree on the interpretation of the redirect response from the server.
Public Methods
void RedirectTarget (Storage_ storage)
void RedirectTarget ()
Defined at line 308 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h
void RedirectTarget (RedirectTarget && )
Defined at line 309 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h
void RedirectTarget (const RedirectTarget & other)
RedirectTarget & operator= (RedirectTarget && )
Defined at line 310 of file fidling/gen/sdk/fidl/fuchsia.net.http/fuchsia.net.http/cpp/fidl/fuchsia.net.http/cpp/natural_types.h
RedirectTarget & operator= (const RedirectTarget & other)
bool operator== (const RedirectTarget & other)
bool operator!= (const RedirectTarget & other)
bool IsEmpty ()
const std::optional< ::std::string> & method ()
The HTTP method the server suggested for the redirect.
::std::optional< ::std::string> & method ()
The HTTP method the server suggested for the redirect.
RedirectTarget & method (std::optional< ::std::string> value)
The HTTP method the server suggested for the redirect.
const std::optional< ::std::string> & url ()
The URL the server suggested for the redirect.
::std::optional< ::std::string> & url ()
The URL the server suggested for the redirect.
RedirectTarget & url (std::optional< ::std::string> value)
The URL the server suggested for the redirect.
const std::optional< ::std::string> & referrer ()
The referrer the server suggested for the redirect.
::std::optional< ::std::string> & referrer ()
The referrer the server suggested for the redirect.
RedirectTarget & referrer (std::optional< ::std::string> value)
The referrer the server suggested for the redirect.
void RedirectTarget (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits