flush
[mdref/mdref-http] / http / Client / wait.md
diff --git a/http/Client/wait.md b/http/Client/wait.md
new file mode 100644 (file)
index 0000000..c7d3971
--- /dev/null
@@ -0,0 +1,13 @@
+# bool http\Client::wait([float $timeout = 0])
+
+Wait for $timeout seconds for transfers to provide data.
+This is the completion call to http\Client::once().
+
+## Params:
+
+* Optional float $timeout = 0  
+  Seconds to wait for data on open sockets.
+
+## Returns:
+
+* bool, success.