class SetUrlRequestRewriteRules
Defined at line 1025 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/markers.h
Supplies a set of [`UrlRequestRewriteRule`] to apply on every subsequent URL request.
- `rules` are cumulative and applied in order.
- `rules` are only applied on the first URL request in a redirect chain.
- `rules` will be validated before being applied. If `rules` are invalid, the [`Frame`]
will be closed with `ERR_INVALID_ARGS`.
- [`Frame.SetUrlRequestRewriteRules`] must not be called again until its acknowledgement
callback has been processed. If this happens, the [`Frame`] will be closed with
`ERR_BAD_STATE`.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal