We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5508e38 commit 6ef04f7Copy full SHA for 6ef04f7
1 file changed
src/Http/IRequest.php
@@ -20,7 +20,8 @@ interface IRequest
20
HEAD = 'HEAD',
21
PUT = 'PUT',
22
DELETE = 'DELETE',
23
- PATCH = 'PATCH';
+ PATCH = 'PATCH',
24
+ OPTIONS = 'OPTIONS';
25
26
/**
27
* Returns URL object.
0 commit comments