We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59a464a + 7eb73b3 commit 7835512Copy full SHA for 7835512
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