Constants

Constants defined in the Solar_Http_Request class.

METHOD_DELETE

  • HTTP method constants.

  • Value: (string) 'DELETE'

METHOD_GET

  • Value: (string) 'GET'

METHOD_HEAD

  • Value: (string) 'HEAD'

METHOD_OPTIONS

  • Value: (string) 'OPTIONS'

METHOD_POST

  • Value: (string) 'POST'

METHOD_PUT

  • Value: (string) 'PUT'

METHOD_TRACE

  • Value: (string) 'TRACE'

METHOD_COPY

  • WebDAV method constants.

  • Value: (string) 'COPY'

METHOD_LOCK

  • Value: (string) 'LOCK'

METHOD_MKCOL

  • Value: (string) 'MKCOL'

METHOD_MOVE

  • Value: (string) 'MOVE'

METHOD_PROPFIND

  • Value: (string) 'PROPFIND'

METHOD_PROPPATCH

  • Value: (string) 'PROPPATCH'

METHOD_UNLOCK

  • Value: (string) 'UNLOCK'



Local