| [ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 86 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Http:: (7 methods):
safeMethods()
isSafeMethod()
isUnsafeMethod()
idempotentMethods()
isIdempotent()
isNotIdempotent()
canHaveBody()
| safeMethods() X-Ref |
return: array of HTTP method strings |
| isSafeMethod($method) X-Ref |
param: string HTTP method return: bool |
| isUnsafeMethod($method) X-Ref |
param: string HTTP method return: bool |
| idempotentMethods() X-Ref |
return: array list of (always) idempotent HTTP methods |
| isIdempotent($method) X-Ref |
param: string HTTP method return: bool |
| isNotIdempotent($method) X-Ref |
param: string HTTP method return: bool |
| canHaveBody() X-Ref |
return: array of HTTP method strings |
| Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |