Skip to content

Commit

Permalink
handleRequestMethod handle DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
ariademur committed May 7, 2021
1 parent ab2f677 commit 9155c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebServCo/Framework/Http/CurlClient.php
Expand Up @@ -154,6 +154,7 @@ protected function handleRequestMethod(): bool
}

switch ($this->method) {
case Method::DELETE:
case Method::POST:
/*
* This sets the header application/x-www-form-urlencoded
Expand Down

0 comments on commit 9155c46

Please sign in to comment.