Skip to content

Commit

Permalink
docs: remove duplicate list (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makkalay authored Dec 27, 2024
1 parent b375975 commit 4be78d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/1.guide/4.event.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ Access to the normalized (uppercase) request [method](https://developer.mozilla.

Access to the request path. (**Example:** `/test?test=123`)

- `context` with some context information about the request.
- `headers` with a **normalized version** of the headers of the request.
- `handled` with a boolean that indicates if the request has terminated.

### `event.headers`

Access to the normalized request [Headers](https://developer.mozilla.org/en-US/docs/Web/API/Headers).
Expand Down

0 comments on commit 4be78d7

Please sign in to comment.