Skip to content

Commit

Permalink
Update get-request-event.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
orchard0 authored and atilafassina committed May 5, 2024
1 parent 28bf784 commit b63ed09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const event = getRequestEvent();

## Request

`.request` is the he most important property of the `RequestEvent`.
`.request` is the most important property of the `RequestEvent`.
This is a Web [Request object](https://developer.mozilla.org/en-US/docs/Web/API/Request) that represents the current request to the server.
You can access properties off of it such as `url` and `headers`.
`body`, however, does not typically need to be handled directly for things such as server functions or rendering, which already handle mapping.
Expand Down

0 comments on commit b63ed09

Please sign in to comment.