class UrlRequestRewriteReplaceUrl

Defined at line 5883 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

If the URL in the URL request ends with `url_ends_with`, rewrites the URL to `new_url`.

- `url_ends_with` and `new_url` must be set.

- `url_ends_with` must be a valid

[path-relative-URL string](https://url.spec.whatwg.org/#path-relative-url-string).

- `new_url` must be a [valid URL string](https://url.spec.whatwg.org/#valid-url-string).

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_web::wire::UrlRequestRewriteReplaceUrl> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::UrlRequestRewriteReplaceUrl> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::UrlRequestRewriteReplaceUrl>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void UrlRequestRewriteReplaceUrl ()

Defined at line 5885 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

void UrlRequestRewriteReplaceUrl (const UrlRequestRewriteReplaceUrl & other)

Defined at line 5886 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

UrlRequestRewriteReplaceUrl & operator= (const UrlRequestRewriteReplaceUrl & other)

Defined at line 5887 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

void UrlRequestRewriteReplaceUrl (UrlRequestRewriteReplaceUrl && other)

Defined at line 5888 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

UrlRequestRewriteReplaceUrl & operator= (UrlRequestRewriteReplaceUrl && other)

Defined at line 5889 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

::fidl::StringView & url_ends_with ()
bool has_url_ends_with ()
::fidl::StringView & new_url ()
bool has_new_url ()
void ~UrlRequestRewriteReplaceUrl ()

Defined at line 5891 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder