Class HTTPAccept.RequestProgram
- 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
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_url
 stringHTTPAccept.RequestProgram.raw_url- Description
 The raw URL received, the part after the method and before the protocol.
- 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
time
 intHTTPAccept.RequestProgram.time- Description
 The time_t when the request arrived to the server