Name | Summary | Category |
web_request->fcgiReq | [web_request->fcgiReq] returns the raw FastCGIÂ web_connection data used by the web_request type. | Web Request |
web_request->httpAuthorization | The [web_request->httpAuthorization] method returns a map of the all the authorization parameters and their values sent by the client to the web server. | Web Request |
web_request->documentRoot | The [web_request->documentRoot] method returns the path to the web-root of the server. | Web Request |
web_request->pathInfo | The [web_request->pathInfo] method returns the path that a URL eventually get routed to. This means if a URL gets translated to a different path using a re-write rule, [web_request->pathInfo]... | Web Request |
web_request->gatewayInterface | The [web_request->gatewayInterface] method returns the interface the web server is using to communicate with Lasso. | Web Request |
web_request->httpAccept | The [web_request->httpAccept] method returns the content of the HTTP Accept header sent to the web server by the client. | Web Request |
web_request->httpAcceptEncoding | The [web_request->httpAcceptEncoding] method returns the Accept-Encoding HTTP header contents sent to the web server by the client. | Web Request |
web_request->httpAcceptLanguage | The [web_request->httpAcceptLanguage] method returns the Accept-Language HTTP header sent to the web server by the client. | Web Request |
web_request->httpConnection | The [web_request->httpConnection] method returns the Connection HTTP header sent to the web server by the client. | Web Request |
web_request->httpCookie | The [web_request->httpCookie] method returns the raw cookie string sent as the Cookie HTTP header to the server by the client. | Web Request |
web_request->httpHost | The [web_request->httpHost] method returns the Host HTTP header sent to the server by the client. | Web Request |
web_request->httpUserAgent | The [web_request->httpUserAgent] method returns the User-Agent string sent to the server by the client. | Web Request |
web_request->httpCacheControl | The [web_request->httpCacheControl] method returns the Cache-Control HTTP header sent to the server by the client. This header is meant to specify the caching behavior to follow to properly... | Web Request |
web_request->httpReferer | The [web_request->httpReferer] returns the Referer HTTP header sent to the web server by the client. | Web Request |
web_request->httpReferrer | The [web_request->httpReferrer] returns the Referer HTTP header sent to the web server by the client. | Web Request |
web_request->path | The [web_request->path] method returns the PATH variable for the web server. | Web Request |
web_request->pathTranslated | The [web_request->pathTranslated] method returns the path that the web server translated the URL into. | Web Request |
web_request->cookies | The [web_request->cookies] method returns a staticarray of all the cookies sent to the web server. | Web Request |
web_request->headers | The [web_request->headers] method returns a map of all the headers sent to the web server by the client. | Web Request |
web_request->header | The [web_request->header] method takes a string specifying an HTTP header and returns the value for that header that the client sent to the web server. | Web Request |
web_request->postParam | The [web_request->postParam] method takes as a parameter the name of a POST parameter and returns the value of that parameter sent by the client to the web server. | Web Request |
web_request->param | The [web_request->param] method returns the query or post parameter whose name is specified as the first argument. It can take an optional second argument that specifies how to join multiple... | Web Request |
web_request->params | The [web_request->params] method returns a [tie] of the query and POST parameters passed by the client to the web server. Each element in the tie is a pair of name=value. | Web Request |
web_request->fileUploads | The [web_request->fileUploads] method returns information about any HTTP file uploads given to the current request. This method returns a sequence of containers (usually but not always a... | Web Request |
web_request->isHTTPS | [web_request->isHTTPS] returns [boolean] true or false as specified in the header supplied. NOTE: This method will return false on Windows IIS regardless of protocol due to differences in... | Web Request |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft