Member Functions of CRequest Class

Member functions of CRequest class implement the methods of the Request object.

Function Description
CRequest::binaryRead Retrieves the bytes that were read by an HTTP POST.
CRequest::getCookie Retrieves a cookie value by its name.
CRequest::getCookies Retrieves all cookies.
CRequest::getForm Retrieves the value of a specified name which was read by POST or GET method.
CRequest::getForms Retrieves all values of a specified name which were read by POST or GET method.
CRequest::getFormNameValue Retrieves all pairs of name and value that were read by POST or GET method.
CRequest::getServerVariable Retrieves a specified ServerVariable value.
CRequest::getTotalBytes Returns the size, in bytes, of the current request.


See Also

Index, CResponse, CServer, CCookie