Skip to content

Commit 9133f2f

Browse files
committed
Small fixes
1 parent 24a5d2d commit 9133f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/rules/snippets/when-to-use.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Snippets are ideal for fast, cost-free request and response modifications at the
5252

5353
- Ultra-fast, edge-optimized execution, powered by [Ruleset Engine](/ruleset-engine/) and [Workers runtime](/workers/runtime-apis/).
5454
- 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/).
5656
- Sequential execution – multiple Snippets [can run](/rules/snippets/how-it-works/) on the same request, applying modifications step by step.
5757
- 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).
5858
- JavaScript and Web APIs support, including:
@@ -78,7 +78,7 @@ Snippets are ideal for fast, cost-free request and response modifications at the
7878
| [Authenticate](/rules/snippets/examples/auth-with-headers/) requests, [pre-sign](/cache/interaction-cloudflare-products/waf-snippets/) URLs, run [A/B testing](/rules/snippets/examples/ab-testing-same-url/) |||
7979
| Define logic using [JavaScript and Web APIs](/workers/languages/javascript/) |||
8080
| Perform compute-heavy tasks (for example, [AI](/workers-ai/), [image transformations](/images/transform-images/transform-via-workers/)) |||
81-
| Store persistent data (for example, [KV](/kv/), [Durable Objects](/durable-objects/), [D1](/d1/)) |||
81+
| Store persistent data (for example, [KV](/kv/), [Durable Objects](/durable-objects/), and [D1](/d1/)) |||
8282
| Build [APIs](/d1/tutorials/build-a-comments-api/) and [full-stack applications](/pages/framework-guides/deploy-an-astro-site/#video-tutorial) |||
8383
| Use TypeScript, Python, Rust, or other programming [languages](/workers/languages/) |||
8484
| Support non-HTTP [protocols](/workers/reference/protocols/) |||

0 commit comments

Comments
 (0)