Creates a new Request instance wrapping the native Node.js HTTP request
Native Node.js incoming message instance
Native Node.js server response instance
Encryption module for cookie and URL signing
Request configuration options
Query string parser instance
The validate method can be used to validate the request data for the current request using VineJS validators
HTTP Request class exposes the interface to consistently read values related to a given HTTP request. The class is wrapper over IncomingMessage and has extended API.
You can access the original IncomingMessage using
request.requestproperty.