constant RESTCLIENT_RESPONSE_REDIRECTION in RESTClient 7.2
3 uses of RESTCLIENT_RESPONSE_REDIRECTION
- restclient_response_code in ./
restclient.module - Analyze the response code from a request
- _restclient_request in ./
restclient.module - Basic request with no body data.
- _restclient_request_with_body in ./
restclient.module - Requests with body data.
File
- ./
restclient.module, line 20 - Defines a standard REST interface to RESTful services
Code
define('RESTCLIENT_RESPONSE_REDIRECTION', '3');