Skip to content

Commit

Permalink
PP-7354 Add support of HEAD request (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ryabykina authored Mar 18, 2024
1 parent c34aeee commit e08c690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service/Endpoint/EndpointFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface EndpointFactoryInterface
EndpointInterface::METHOD_PATCH,
EndpointInterface::METHOD_PUT,
EndpointInterface::METHOD_DELETE,
EndpointInterface::METHOD_HEAD,
];

/**
Expand Down

0 comments on commit e08c690

Please sign in to comment.