MvcTools: ezcMvcHttpRequestParser
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMvcHttpRequestParser
|
Request parser that uses HTTP headers to populate an ezcMvcRequest object. [
source]
Parents
ezcMvcRequestParser
|
--ezcMvcHttpRequestParser
Inherited Member Variables
From
ezcMvcRequestParser:
Method Summary
Inherited Methods
From
ezcMvcRequestParser :
Methods
createRequest
Uses the data from the superglobals.
Redefinition of
createRequestObject
Creates and returns an ezcMvcRequest object.
processAcceptHeaders
void processAcceptHeaders(
)
Proccesses the HTTP Accept headers into the ezcMvcRequestAccept struct.
processAuthVars
void processAuthVars(
)
Processes the basic HTTP auth variables is set
processBody
void processBody(
)
Processes the request body for PUT requests.
processCookies
void processCookies(
)
Process cookies
processDate
void processDate(
)
Processes the request date.
processFiles
void processFiles(
)
Processes uploaded files.
processHost
void processHost(
)
Processes the request host.
processProtocol
void processProtocol(
)
Processes the request protocol.
processReferrer
void processReferrer(
)
Processes the referrer.
processRequestId
void processRequestId(
)
Processes the request ID from host and URI.
processStandardHeaders
void processStandardHeaders(
)
Processes the standard headers that are not subdivided into other structs.
processUri
void processUri(
)
Processes the request URI.
processUserAgentHeaders
void processUserAgentHeaders(
)
Proccesses the User Agent header into the ezcMvcRequestUserAgent struct.
processVariables
void processVariables(
)
Processes the request variables.
Last updated: Tue, 23 Mar 2010