@@ -16,6 +16,9 @@ |
||
16 | 16 | |
17 | 17 | protected $timeout = 2; |
18 | 18 | |
19 | + /** |
|
20 | + * @param string $method |
|
21 | + */ |
|
19 | 22 | public function request($method, $url, $data = null) |
20 | 23 | { |
21 | 24 | $options = array( |