You are here

constant HttpClientRequest::METHOD_DELETE in Http Client 6.2

Same name and namespace in other branches
  1. 7.2 includes/HttpClient.inc \HttpClientRequest::METHOD_DELETE

File

includes/HttpClient.inc, line 519

Class

HttpClientRequest
This is a convenience class that allows the manipulation of a http request before it's handed over to curl.

Code

const METHOD_DELETE = 'DELETE';