Skip to content

Commit 1a25b2b

Browse files
committed
1
1 parent 9625ae7 commit 1a25b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ $data = ['data' => '111', 'data2' => '222'];
5858
$response = $http->get($url, $data, $headers);
5959
$response = $http->post($url, $data, $headers);
6060
$response = $http->put($url, $data, $headers);
61+
$response = $http->patch($url, $data, $headers);
6162
$response = $http->delete($url, $data, $headers);
6263
$response = $http->head($url, $data, $headers);
6364
$response = $http->options($url, $data, $headers);

0 commit comments

Comments
 (0)