A function that returns a promise resolving to the parsed request body.
A record of HTTP headers associated with the request.
The HTTP method (e.g., 'GET', 'POST').
The request path (URL endpoint).
An object containing query parameters from the URL.
Represents the context of an HTTP request.