Changeset 178 for trunk/docs/api
- Timestamp:
- Apr 20, 2011, 12:04:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/api/zoo-request.txt
r158 r178 25 25 Send an HTTP GET request. 26 26 27 *Parameters* 28 29 | ``url {String}`` The URL to request. 30 | ``params {Object}`` Params to add to the url 31 32 *Returns* 33 34 ``{String}`` Request result. 35 27 36 .. _POST: 28 37 29 38 POST 30 39 Send an HTTP POST request. 40 41 *Parameters* 42 43 | ``url {String}`` The URL to request. 44 | ``body {String}`` The requests body to send. 45 | ``headers {Object}`` A key-value object of headers to push to the requests head 46 47 *Returns* 48 49 ``{String}`` Request result.
Note: See TracChangeset
for help on using the changeset viewer.