Index: /trunk/docs/api/zoo-request.txt
===================================================================
--- /trunk/docs/api/zoo-request.txt	(revision 177)
+++ /trunk/docs/api/zoo-request.txt	(revision 178)
@@ -25,6 +25,25 @@
   Send an HTTP GET request.
 
+  *Parameters*
+  
+  | ``url {String}`` The URL to request.
+  | ``params {Object}`` Params to add to the url
+
+  *Returns*
+
+  ``{String}`` Request result.
+  
 .. _POST:
 
 POST	
   Send an HTTP POST request.
+
+  *Parameters*
+  
+  | ``url {String}`` The URL to request.
+  | ``body {String}`` The requests body to send.
+  | ``headers {Object}`` A key-value object of headers to push to the requests head
+
+  *Returns*
+
+  ``{String}`` Request result.
