RequestInfo

Info about the current request - more specialized than the cgi object directly

Members

Variables

currentFunction
FunctionInfo currentFunction;

what function is being called according to the url?

mainSitePath
string mainSitePath;

the bottom-most ApiProvider's path in this request

objectBasePath
string objectBasePath;

the top-most resolved path in the current request

requestedEnvelopeFormat
string requestedEnvelopeFormat;

the format the data is to be wrapped in

requestedFormat
string requestedFormat;

the format the returned data was requested to be sent

Suggestion Box / Bug Report