You are here

README.txt in Rules HTTP Client 8

Same filename and directory in other branches
  1. 7 README.txt
This module adds an action wrapping of drupal_http_request to use Rules for
making http requests. It has many general uses, because the Hypertext Transfer
Protocol is the foundation of web data communication.

For Drupal in particular, it is a great complement to the RestWS module. Simply,
set the Accept Header parameter to "application/xml" and the remote Drupal
instance will serve an XML file which can be parsed using Rules XPath Parser.

Rules HTTP Client was originally created by Mitchell Tannenbaum (mitchell) and
is currently co-maintained by Stuart Clark (Deciphered) and Benjamin Melançon
(mlncn).



Required modules
--------------------------------------------------------------------------------

* Rules - http://drupal.org/project/rules

File

README.txt
View source
  1. This module adds an action wrapping of drupal_http_request to use Rules for
  2. making http requests. It has many general uses, because the Hypertext Transfer
  3. Protocol is the foundation of web data communication.
  4. For Drupal in particular, it is a great complement to the RestWS module. Simply,
  5. set the Accept Header parameter to "application/xml" and the remote Drupal
  6. instance will serve an XML file which can be parsed using Rules XPath Parser.
  7. Rules HTTP Client was originally created by Mitchell Tannenbaum (mitchell) and
  8. is currently co-maintained by Stuart Clark (Deciphered) and Benjamin Melançon
  9. (mlncn).
  10. Required modules
  11. --------------------------------------------------------------------------------
  12. * Rules - http://drupal.org/project/rules