HTTP methods
Every time you compile the app this value will change
Raw posted data
Cookies received from user
The fields from a form. Only if content-type is "multipart/form-data".
Params from query string
Http headers, always lowercase
The host that received the request
HTTP method
Basic http authentication password. Safe only if sent thru https!
Params from post if content-type is "application/x-www-form-urlencoded"
Use at your own risk! Raw data from user.
The sequence of endpoints called so far
The uri requested by user
Basic http authentication user. Safe only if sent thru https!
Which worker is processing this request?
Data sent through multipart/form-data.
Simple structure to safely access data from an associative array.
A request from user. Do not store ref to this struct anywhere.