OptionalbodyThe body of the HTTP request, containing parsed data.
The headers of the HTTP request, represented as key-value pairs.
OptionalmethodThe HTTP method of the request (e.g., GET, POST, PUT, DELETE).
OptionaluserThe user information extracted from a JWT payload, if available.
Represents a Node.js HTTP Request, including the minimal set of use properties. Compatible with Restify, Express, and Node.js core http.