constant RESTCLIENT_ACTIVE_LIBRARY in RESTClient 7.2
3 uses of RESTCLIENT_ACTIVE_LIBRARY
- _restclient_prepare_post_data in ./
restclient.module - Encodes and sanitizes and body data
- _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 25 - Defines a standard REST interface to RESTful services
Code
define('RESTCLIENT_ACTIVE_LIBRARY', variable_get('restclient_active_library', RESTCLIENT_LIBRARY_DRUPAL));