Class HttpRequest() Foundation

Objects of this class encapsulate the incoming request from the client.

Description

TBD

Properties
:Form
Provides access to the form variables of the request.
:Cookies
Provides access to the cookies of the request.
:Files
Provides access to the files uploaded from the browser.
:Headers
Provides access to the headers of the request.
:DocumentRoot
Contains the physical path to the document root of the site.
:QueryString
Contains the query string as posted by the browser.
:AcceptLanguages
Provides access to the accept languages order as posted by the browser.
:ContentEncoding
Contains the content encoding of the request.
Manipulation
:GetVariable()
Retrieve the value of a CGI/FastCGI variable.
Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.