We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979b942 commit 7b27e91Copy full SHA for 7b27e91
src/Services/HttpClient.php
@@ -11,6 +11,8 @@ class HttpClient
11
* @param string $url
12
* @param array $data
13
* @param array $headers
14
+ * @param int $timeout
15
+ * @param bool $verify
16
* @return \Psr\Http\Message\ResponseInterface|\Illuminate\Http\Client\Response|array
17
*/
18
public function httpPost(string $url, array $data = [], array $headers = [], int $timeout = 10, bool $verify = false)
0 commit comments