Class HTTPAccept.RequestProgram
- Variable
data
string
HTTPAccept.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.NonblockingStream
HTTPAccept.RequestProgram.my_fd- Description
The filedescriptor for this request.
- Variable
not_query
string
HTTPAccept.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
string
HTTPAccept.RequestProgram.prot- Description
The protocol part of the request. As an example "HTTP/1.1"
- Variable
query
string
HTTPAccept.RequestProgram.query- Description
The part of the URL after the first '?'
- Variable
raw_url
string
HTTPAccept.RequestProgram.raw_url- Description
The raw URL received, the part after the method and before the protocol.
- Variable
rest_query
string
HTTPAccept.RequestProgram.rest_query- Description
The part of the URL after the first '?' that does not seem to be query variables.
- Variable
time
int
HTTPAccept.RequestProgram.time- Description
The time_t when the request arrived to the server