Exposes request metadata, headers, params, cookies, body data, and uploads.
Reads a request cookie.
Returns request cookies.
Returns a request header.
Returns request headers.
Returns query or post parameter values.
Returns request params.
Returns a post parameter.
web_request->postParams is a member in the web_request group; call it on the receiver shown before the arrow.
Returns raw post body text for form posts.
Returns a query parameter.
web_request->queryParams is a member in the web_request group; call it on the receiver shown before the arrow.
Returns raw query string text.
Returns the raw form of a header.