Main Page | Data Structures | File List | Data Fields | Globals

RequestParams.h File Reference

Enumeration of request specific variables. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Enumerations

enum  RequestParamKeyword { ,
  rpSearchArgKeyword = 'kfor', rpUserKeyword = 'user', rpPasswordKeyword = 'pass' , rpAddressKeyword = 'addr',
  rpPostKeyword = 'post', rpMethodKeyword = 'meth', rpServerName = 'svnm', rpServerPort = 'svpt',
  rpScriptName = 'scnm' , rpContentType = 'ctyp', rpContentLength = 'CLen', rpReferrerKeyword = 'refr' ,
  rpUserAgentKeyword = 'Agnt' , rpClientIPAddress = 'Kcip', rpFullRequestKeyword = 'Kfrq' , rpCookiesKeyword = 'koky' ,
  rpSessionRootPath = 'SPth' , rpSessionSiteName = 'Site', rpResolveFilePath = 'RsFP', rpWebFileData = 'RmFl',
  rpRootFileData = 'RmRF', rpAuthorizationKeyword = 'Auth'
}
enum  LassoParamKeyword

Detailed Description

Enumeration of request specific variables.

This file contains the names of all the request specific variables which can be retrieved using lasso_getRequestParam. Lasso Connector modules must support the retrieval of these variables.


Enumeration Type Documentation

enum LassoParamKeyword
 

These constants are used to retrieve params from lasso_getLassoParam

enum RequestParamKeyword
 

Constants used for retrieving parameters from lasso_getRequestParam

Enumeration values:
rpSearchArgKeyword  Everything after ? in the url.
rpUserKeyword  The submitted user name.
rpPasswordKeyword  The submitted password.
rpAddressKeyword  The client's address. May not have been resolved, depending on the web server's configuration, in which case the value will be the IP address.
rpPostKeyword  Any submitted POST arguments.
rpMethodKeyword  The request's method.
rpServerName  The server name according to the web server.
rpServerPort  The port the web server is running on.
rpScriptName  The name of the requested file.
rpContentType  The content type header, if it was supplied.
rpContentLength  The length of the content, if any.
rpReferrerKeyword  The referrer according to the user agent.
rpUserAgentKeyword  The user agent as reported.
rpClientIPAddress  The client's IP address.
rpFullRequestKeyword  All the submitted headedrs.
rpCookiesKeyword  The cookies header field.
rpSessionRootPath  The root of the current request.
rpSessionSiteName  The name of the site handling the current request.
rpResolveFilePath  Resolve the supplied url path name to that of the physical file. Requires that the url path name be supplied in the name member of the result parameter supplied to lasso_getRequestParam.
rpWebFileData  Return the file data for the given url path. Requires that the url path name be supplied in the name member of the result parameter supplied to lasso_getRequestParam.
rpRootFileData  Return the file data for the given physical path. Requires that the physical path name be supplied in the name member of the result parameter supplied to lasso_getRequestParam.
rpAuthorizationKeyword  The authorzation header, if available.


Generated on Mon Nov 15 10:33:10 2004 for LassoCAPI by doxygen 1.3.8