Class HTTPAccept.RequestProgram
- Variable client
stringHTTPAccept.RequestProgram.client- Description
The user agent
- Variable data
stringHTTPAccept.RequestProgram.data- Description
Any payload that arrived with the request
- Variable headers
mapping(string:array(string)) HTTPAccept.RequestProgram.headers- Description
All received headers
- Variable method
stringHTTPAccept.RequestProgram.method- Description
The method (GET, PUT etc)
- Variable my_fd
Stdio.NonblockingStreamHTTPAccept.RequestProgram.my_fd- Description
The filedescriptor for this request.
- Variable not_query
stringHTTPAccept.RequestProgram.not_query- Description
The part of the URL before the first '?'.
- Variable pragma
multiset(string) HTTPAccept.RequestProgram.pragma- Description
Tokenized pragma headers
- Variable prot
stringHTTPAccept.RequestProgram.prot- Description
The protocol part of the request. As an example "HTTP/1.1"
- Variable query
stringHTTPAccept.RequestProgram.query- Description
The part of the URL after the first '?'
- Variable raw
stringHTTPAccept.RequestProgram.raw- Description
The full request
- Variable raw_url
stringHTTPAccept.RequestProgram.raw_url- Description
The raw URL received, the part after the method and before the protocol.
- Variable referer
stringHTTPAccept.RequestProgram.referer- Description
The referer header
- Variable remoteaddr
stringHTTPAccept.RequestProgram.remoteaddr- Description
The remote address
- Variable rest_query
stringHTTPAccept.RequestProgram.rest_query- Description
The part of the URL after the first '?' that does not seem to be query variables.
- Variable since
stringHTTPAccept.RequestProgram.since- Description
The get-if-not-modified, if set.
- Variable time
intHTTPAccept.RequestProgram.time- Description
The time_t when the request arrived to the server
- Variable variables
mapping(string:string) HTTPAccept.RequestProgram.variables- Description
Parsed query variables