@@ -64,6 +64,7 @@ |
||
| 64 | 64 | * @param string $method Request method |
| 65 | 65 | * @param string $url Request URL |
| 66 | 66 | * @param string[] $headers Request headers |
| 67 | + * @param string $body |
|
| 67 | 68 | * @return string|bool Response body or FALSE |
| 68 | 69 | */ |
| 69 | 70 | protected function request($method, $url, $headers, $body = null) |