constant RESTCLIENT_LIBRARY_DRUPAL in RESTClient 7.2
4 uses of RESTCLIENT_LIBRARY_DRUPAL
- restclient_admin_settings in ./
restclient.admin.inc - Administration form for restclient module
- _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 14 - Defines a standard REST interface to RESTful services
Code
define('RESTCLIENT_LIBRARY_DRUPAL', 'drupal');