kernel/private/rest/classes/request/http_parser.php

Show: inherited
Table of Contents

\ezpRestHttpRequestParser

Package: Default

Custom request parser which creates instances of ezpRestRequest.

The main difference is that GET and POST data is protected from potential cookie pollution. And each category of variable has its own silo, to prevent one from overwriting another.

Parent(s)
\ezcMvcHttpRequestParser

Properties

Propertyprotected\ezpRestRequest  $request= ''

Details
Type
\ezpRestRequest

Methods

methodprotectedcreateRequestObject( ) : void

methodprotectedfillContentVariables( ) : array

Extract variables related to content from GET

Returns
Type Description
array
methodprotectedfillVariables( ) : array

Extract variables to be used internally from GET

Returns
Type Description
array
methodprotectedprocessEncryption( ) : void

Sets the isEncrypted flag if HTTPS is on.

methodprotectedprocessStandardHeaders( ) : void

methodprotectedprocessVariables( ) : void

Documentation was generated by DocBlox 0.18.1.