From 4be78d70ce7eb0abd37143086d359dd535abf3d1 Mon Sep 17 00:00:00 2001 From: Mak Date: Fri, 27 Dec 2024 14:14:00 +0200 Subject: [PATCH] docs: remove duplicate list (#938) --- docs/1.guide/4.event.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/1.guide/4.event.md b/docs/1.guide/4.event.md index 21567aa5..4020ccf5 100644 --- a/docs/1.guide/4.event.md +++ b/docs/1.guide/4.event.md @@ -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).