Decodes submitted form data, and returns an AA of values.
Parse the first line in a HTTP request ("METHOD /resource HTTP/1.x").
Get list of hosts as specified in headers (e.g. X-Forwarded-For). First item in returned array is the node furthest away. Duplicates are removed. Specify socket remote address in remoteHost to add it to the list.
The hostname, without the port number
Path part of request (until the ?)
Port number, from Host header (defaults to 80)
Query string part of request (atfer the ?)
Resource part of URL (everything after the hostname)
Setting the resource to a full URL will fill in the Host header, as well.
Reconstruct full URL from host, port and resource
AA of query string parameters
HTTP request class