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).