Skip to content

Commit 267ba17

Browse files
committed
Allow to send body using the DELETE method
1 parent b11f772 commit 267ba17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ public function getOptions() : array
650650
)
651651
};
652652
if (\in_array($this->getMethod(), [
653+
Method::DELETE,
653654
Method::PATCH,
654655
Method::POST,
655656
Method::PUT,

0 commit comments

Comments
 (0)