constant RestfulInterface::HEAD in RESTful 7
4 uses of RestfulInterface::HEAD
- RestfulBase::head in plugins/
restful/ RestfulBase.php - Call resource using the GET http method.
- RestfulBase::isReadMethod in plugins/
restful/ RestfulBase.php - Determines if the HTTP method represents a read operation.
- RestfulCurlBaseTestCase::httpRequest in tests/
RestfulCurlBaseTestCase.test - Helper function to issue a HTTP request with simpletest's cURL.
- RestfulDiscoveryTestCase::testOptionsMethod in tests/
RestfulDiscoveryTestCase.test - Test the headers populated in an OPTIONS request.
File
- plugins/
restful/ RestfulInterface.php, line 19 - Contains RestfulInterface.
Class
- RestfulInterface
- @file Contains RestfulInterface.
Code
const HEAD = 'HEAD';