Detailed Description
Definition at line 39 of file Http.php.
Constructor & Destructor Documentation
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.
- Returns:
- void
Definition at line 62 of file Http.php.
Member Function Documentation
Retrieve the full HTTP request, including headers and XML
- Returns:
- string
Definition at line 113 of file Http.php.
Get headers
Gets all headers as key => value pairs and returns them.
- Returns:
- array
Definition at line 93 of file Http.php.
Retrieve the raw XML request
- Returns:
- string
Definition at line 81 of file Http.php.
Field Documentation
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/XmlRpc/Request/Http.php