Extends: Reference
An HTTP request received by the server
var headers: Dictionary
A dictionary of the headers of the request
var body: String
The received raw body
var query_match: RegExMatch
A match object of the regular expression that matches the path
var path: String
The path that matches the router path
var method: String
The method
var parameters: Dictionary
A dictionary of request (aka. routing) parameters
var query: Dictionary
A dictionary of request query parameters