class UrlRequestRewriteRule
Defined at line 6261 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_web::wire::UrlRequestRewriteRule> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::UrlRequestRewriteRule> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::UrlRequestRewriteRule>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void UrlRequestRewriteRule ()
Defined at line 6263 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void UrlRequestRewriteRule (const UrlRequestRewriteRule & other)
Defined at line 6264 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
UrlRequestRewriteRule & operator= (const UrlRequestRewriteRule & other)
Defined at line 6265 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void UrlRequestRewriteRule (UrlRequestRewriteRule && other)
Defined at line 6266 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
::fidl::VectorView< ::fidl::StringView> & hosts_filter ()
Set of hosts to apply the rules to. If not set, the rule will apply to every request,
independent of host.
bool has_hosts_filter ()
UrlRequestRewriteRule & operator= (UrlRequestRewriteRule && other)
Defined at line 6267 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
::fidl::VectorView< ::fidl::StringView> & schemes_filter ()
Set of schemes to apply the rules to. If not set, the rule will apply to every request,
independent of scheme.
bool has_schemes_filter ()
::fidl::VectorView< ::fuchsia_web::wire::UrlRequestRewrite> & rewrites ()
URL request rewrites to apply.
bool has_rewrites ()
::fuchsia_web::wire::UrlRequestAction & action ()
Specifies the action to take for requests matching the filter criteria.
Requests are allowed by default.
bool has_action ()
void ~UrlRequestRewriteRule ()
Defined at line 6269 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder