[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/httpful/src/Httpful/ -> Http.php (summary)

(no description)

File Size: 86 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Http:: (7 methods):
  safeMethods()
  isSafeMethod()
  isUnsafeMethod()
  idempotentMethods()
  isIdempotent()
  isNotIdempotent()
  canHaveBody()


Class: Http  - X-Ref


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