1551. Class

1551.1. Zend\XmlRpc\Request\Http

XmlRpc Request object – Request via HTTP

Extends {@link Zend_XmlRpc_Request} to accept a request via HTTP. Request is built at construction time using a raw POST; if no data is available, the request is declared a fault.

1551.1.1. Methods

1551.1.1.1. __construct

__construct()

Constructor

Attempts to read from php://input to get raw POST request; if an error occurs in doing so, or if the XML is invalid, the request is declared a fault.

1551.1.1.2. getRawRequest

getRawRequest()

Retrieve the raw XML request

Return type:string

1551.1.1.3. getHeaders

getHeaders()

Get headers

Gets all headers as key => value pairs and returns them.

Return type:array

1551.1.1.4. getFullRequest

getFullRequest()

Retrieve the full HTTP request, including headers and XML

Return type:string

Project Versions

Table Of Contents

Previous topic

1550. Function

Next topic

1552. Class

This Page