Skip to content

Commit

Permalink
IRequest: added OPTIONS method constant (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
integer authored and dg committed Jun 15, 2016
1 parent 5508e38 commit 6ef04f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/IRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ interface IRequest
HEAD = 'HEAD',
PUT = 'PUT',
DELETE = 'DELETE',
PATCH = 'PATCH';
PATCH = 'PATCH',
OPTIONS = 'OPTIONS';

/**
* Returns URL object.
Expand Down

0 comments on commit 6ef04f7

Please sign in to comment.