We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3550d16 commit b992750Copy full SHA for b992750
src/HTTPResponseInterface.php
@@ -13,11 +13,13 @@
13
namespace chillerlan\HTTP;
14
15
/**
16
- * @property string $url
17
- * @property \stdClass $headers
18
- * @property string $body
19
- * @property \stdClass $json
20
- * @property array $json_array
+ * @property string $url
+ * @property \stdClass $headers
+ * @property string $body
+ * @property \stdClass $json
+ * @property array $json_array
21
+ * @property \SimpleXMLElement $xml
22
+ * @property array $xml_array
23
*/
24
interface HTTPResponseInterface{
25
0 commit comments