flush docs
[mdref/mdref-http] / http / Client / Curl / User.md
diff --git a/http/Client/Curl/User.md b/http/Client/Curl/User.md
new file mode 100644 (file)
index 0000000..7eb455b
--- /dev/null
@@ -0,0 +1,19 @@
+# interface http\Client\Curl\User
+
+Interface to an user event loop implementation for http\Client::configure()'s $use_eventloop option.
+
+> ***NOTE:***
+> This interface was added in v2.6.0, resp. v3.1.0.
+
+## Constants:
+
+* POLL_NONE
+  No action.
+* POLL_IN
+  Poll for read readiness.
+* POLL_OUT
+  Poll for write readiness.
+* POLL_INOUT
+  Poll for read/write readiness.
+* POLL_REMOVE
+  Stop polling for activity on this descriptor.