We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9df4964 + c78d321 commit 943839aCopy full SHA for 943839a
restclient.php
@@ -12,6 +12,7 @@ class RestClient implements Iterator, ArrayAccess {
12
13
public $options;
14
public $handle; // cURL resource handle.
15
+ public $url;
16
17
// Populated after execution:
18
public $response; // Response body.
0 commit comments