You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/rules/snippets/when-to-use.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Snippets are ideal for fast, cost-free request and response modifications at the
52
52
53
53
- Ultra-fast, edge-optimized execution, powered by [Ruleset Engine](/ruleset-engine/) and [Workers runtime](/workers/runtime-apis/).
54
54
- Included at no additional cost on [all paid plans](/rules/snippets/#availability).
55
-
- Granular request matching using dozens of request attributes, such as [URI](/ruleset-engine/rules-language/fields/reference/http.request.full_uri/), [user-agent](/ruleset-engine/rules-language/fields/reference/http.user_agent/), and[cookies](/ruleset-engine/rules-language/fields/reference/http.request.cookies/).
55
+
- Granular request matching using dozens of request attributes, such as [URI](/ruleset-engine/rules-language/fields/reference/http.request.full_uri/), [user-agent](/ruleset-engine/rules-language/fields/reference/http.user_agent/), and[cookies](/ruleset-engine/rules-language/fields/reference/http.request.cookies/).
56
56
- Sequential execution – multiple Snippets [can run](/rules/snippets/how-it-works/) on the same request, applying modifications step by step.
57
57
- Native integration with [Cloudflare Rules](/rules/) – Snippets inherit request modifications from other products running in earlier [request phases](/ruleset-engine/reference/phases-list/#request-phases).
58
58
- JavaScript and Web APIs support, including:
@@ -78,7 +78,7 @@ Snippets are ideal for fast, cost-free request and response modifications at the
0 commit comments