Skip to content

Commit 4afaa0e

Browse files
committed
Fixed typos
1 parent 4ab692a commit 4afaa0e

File tree

1 file changed

+3
-2
lines changed
  • src/content/docs/pipelines/sources

1 file changed

+3
-2
lines changed

src/content/docs/pipelines/sources/http.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ head:
1010

1111
import { Render, PackageManagers } from "~/components";
1212

13-
You can send data to your Pipeline via HTTP. By default, HTTP is enabled on all Pipelines. When you create a Pipeline, it will generate an HTTP endpoint †hat you can make POST requests to.
13+
Pipelines support ingesting data via HTTP. When you create a new Pipeline, you'll receive an HTTP endpoint that you can make post requests to.
14+
1415

1516
```sh
1617
$ npx wrangler pipelines create [PIPELINE-NAME] --r2 [R2-BUCKET-NAME] --access-key-id [ACCESS-KEY-ID] --secret-access-key [SECRET-ACCESS-KEY]
@@ -22,7 +23,7 @@ You can now send data to your pipeline with:
2223
curl "https://<PIPELINE-ID>.pipelines.cloudflare.com/" -d '[{ ...JSON_DATA... }]'
2324
```
2425

25-
## Turning HTTP off
26+
## Turning HTTP ingestion off
2627
By default, ingestion via HTTP is turned on for all Pipelines. You can turn it off by setting `--http false` when creating or updating a Pipeline.
2728

2829
```sh

0 commit comments

Comments
 (0)