You are here

property HTTP_Request::$_bodyDisallowed in Flickr API 5

A list of methods that MUST NOT have a request body, per RFC 2616

Type: array

File

phpFlickr/PEAR/HTTP/Request.php, line 207

Class

HTTP_Request
Class for performing HTTP requests

Code

var $_bodyDisallowed = [
  'TRACE',
];