Interface RequestMethods
HTTP request methods.
Direct known implementers
Namespace: ICanBoogie\HTTP
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
Located at RequestMethods.php
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
Located at RequestMethods.php
Constants summary
string |
METHOD_ANY
|
#
'ANY'
|
string |
METHOD_CONNECT
|
#
'CONNECT'
|
string |
METHOD_DELETE
|
#
'DELETE'
|
string |
METHOD_GET
|
#
'GET'
|
string |
METHOD_HEAD
|
#
'HEAD'
|
string |
METHOD_OPTIONS
|
#
'OPTIONS'
|
string |
METHOD_POST
|
#
'POST'
|
string |
METHOD_PUT
|
#
'PUT'
|
string |
METHOD_PATCH
|
#
'PATCH'
|
string |
METHOD_TRACE
|
#
'TRACE'
|