constant RESTCLIENT_LIBRARY_CURL in RESTClient 7.2
3 uses of RESTCLIENT_LIBRARY_CURL
- _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 13 - Defines a standard REST interface to RESTful services
Code
define('RESTCLIENT_LIBRARY_CURL', 'curl');