Skip to content

Commit

Permalink
fix: add head http verb
Browse files Browse the repository at this point in the history
  • Loading branch information
lkm committed Oct 15, 2021
1 parent 3db6e9b commit 5563cba
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 5563cba

Please sign in to comment.