Lasso Soft Inc. > Home

Name Summary Category
web_response No description available. Web Response
web_request->remoteAddr The [web_request->remoteAddr] method returns the IP address of the client. Web Request
web_request->remotePort The [web_request->remotePort] method returns the web server's REMOTE_PORT variable. Web Request
web_request->requestMethod The [web_request->requestMethod] method returns the HTTP method the client requested. Web Request
web_request->requestURI The [web_request->requestUri] method displays the path and query parameters from the URL sent to the web server by the client. Web Request
web_request->scriptFilename The [web_request->scriptFilename] method returns the SCRIPT_FILENAME web server variable. Web Request
web_request->scriptName The [web_request->scriptName] method returns the value of the web server variable SCRIPT_NAME if it exists. Web Request
web_request->scriptURI The [web_request->scriptUri] method returns the URL without the query parameters that the web server originally received from the client. Web Request
web_request->scriptURL The [web_requestl->scriptUrl] method returns the SCRIPT_URL variable sent by the web server. This is usually the URL path without any of the query parameters. Web Request
web_request->serverAddr The [web_request->serverAddr] method returns the SERVER_ADDR web server variable sent to Lasso. This is generally the IP address of the web server. Web Request
web_request->serverAdmin The [web_request->serverAdmin] method returns the SERVER_ADMIN web server variable sent to Lasso. Web Request
web_request->serverName The [web_request->serverName] method returns the SERVER_NAME web server variable sent to Lasso. Web Request
web_request->serverPort The [web_request->serverPort] method returns the SERVER_PORT web server variable sent to Lasso. This is generally the port the web server is listening on. Web Request
web_request->serverProtocol The [web_request->serverProtocol] method returns the SERVER_PROTOCOL web server variable sent to Lasso. Web Request
web_request->serverSignature The [web_request->serverSignature] method returns the SERVER_SIGNATURE web server variable sent to Lasso. Web Request
web_request->serverSoftware The [web_request_impl->serverSoftware] method returns the SERVER_SOFTWARE web server variable sent to Lasso. The [web_request] method is a wrapper for the one [web_request_impl] object that... Web Request
web_request->queryParam The [web_request->queryParam] takes one parameter, the name of a GET param, and returns the value passed by the client for that parameter. Web Request
web_request->queryParams The [web_request->queryParams] method returns a staticarray of query parameters passed by the client in the URL. Each element in the staticarray is a pair of name=value. Web Request
web_request->queryString The [web_request->queryString] returns the original query string as passed by the client in the URL to the server. Web Request
web_request->postparams The [web_request->postParams] method returns a staticarray of POST parameters passed by the client to the web server. Each element in the staticarray is a pair of name=value. Web Request
web_request->postString The [web_request->postString] returns the POST parameter data as passed by the client to the web server. Web Request
web_request->raw The [web_request->raw] method returns a map of all the web server variables sent to Lasso by the web server. Web Request
web_response->cookies [web_response->cookies] returns an array of the cookies the current request is setting in the client browser. Web Response
web_response->addAtEnd No description available. Web Response
web_response->addHeader [web_response->addHeader] adds a name+value pair to the header array being returned to the client browser in the current web response. Web Response
Showing 2,401 - 2,425 of 2,580

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft