tree: c412ea1c179b3278435b81598226241b9d673c52 [path history] [tgz]
  1. browser/
  2. common/
  3. mojom/
  4. renderer/
  5. BUILD.gn
  6. DIR_METADATA
  7. OWNERS
  8. README.md
components/url_rewrite/README.md

The URL Rewrite component provides utilities that allow adjusting URLRequest based on the provided URL rewrite rules defined in UrlRequestRewrite mojom.

The UrlRequestRulesReceiver mojom interface is used by browser process to set renderer process rewrite rules.

The URLLoaderThrottle implementation applies the rewrite rules to the URLRequest.