Skip to content

Commit 6ef04f7

Browse files
integerdg
authored andcommitted
IRequest: added OPTIONS method constant (#95)
1 parent 5508e38 commit 6ef04f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Http/IRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ interface IRequest
2020
HEAD = 'HEAD',
2121
PUT = 'PUT',
2222
DELETE = 'DELETE',
23-
PATCH = 'PATCH';
23+
PATCH = 'PATCH',
24+
OPTIONS = 'OPTIONS';
2425

2526
/**
2627
* Returns URL object.

0 commit comments

Comments
 (0)