Skip to content

Commit

Permalink
Merge pull request #70 from bookboon/hotfix/head-type
Browse files Browse the repository at this point in the history
fix: add head http verb
  • Loading branch information
lkm committed Oct 15, 2021
2 parents 3db6e9b + 5563cba commit c42f4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

interface ClientInterface
{
const HTTP_HEAD = 'HEAD';
const HTTP_GET = 'GET';
const HTTP_POST = 'POST';
const HTTP_DELETE = 'DELETE';
Expand Down

0 comments on commit c42f4b8

Please sign in to comment.