The data which the server provides to HttpRequestHandlers so that they can formulate a response.
An associative array containing all request headers.
The HTTP method verb, such as GET, POST, PUT, etc.
An associative array containing all request params, if any were given.
The url of the request, excluding query parameters.
The request version.
See Implementation
The data which the server provides to HttpRequestHandlers so that they can formulate a response.