You are here

protected property HttpPurgerFormBase::$requestMethods in Generic HTTP Purger 8

Static listing of all possible requests methods.

@todo Confirm if all relevant HTTP methods are covered. http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

Type: array

File

src/Form/HttpPurgerFormBase.php, line 33

Class

HttpPurgerFormBase
Abstract form base for HTTP based configurable purgers.

Namespace

Drupal\purge_purger_http\Form

Code

protected $requestMethods = [
  'BAN',
  'GET',
  'POST',
  'HEAD',
  'PUT',
  'OPTIONS',
  'PURGE',
  'DELETE',
  'TRACE',
  'CONNECT',
];