We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a464a commit 7eb73b3Copy full SHA for 7eb73b3
restclient.php
@@ -10,6 +10,7 @@ class RestClientException extends Exception {}
10
11
class RestClient implements Iterator, ArrayAccess {
12
13
+ public $url;
14
public $options;
15
public $handle; // cURL resource handle.
16
0 commit comments