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 9625ae7 commit 1a25b2bCopy full SHA for 1a25b2b
README.md
@@ -58,6 +58,7 @@ $data = ['data' => '111', 'data2' => '222'];
58
$response = $http->get($url, $data, $headers);
59
$response = $http->post($url, $data, $headers);
60
$response = $http->put($url, $data, $headers);
61
+$response = $http->patch($url, $data, $headers);
62
$response = $http->delete($url, $data, $headers);
63
$response = $http->head($url, $data, $headers);
64
$response = $http->options($url, $data, $headers);
0 commit comments