Defines the structure of an HTTP request.
Optional
The request body.
The HTTP method (e.g., GET, POST, PUT, etc.).
The query parameters of the request.
The path of the request URL.
Defines the structure of an HTTP request.