thanks git
[mdref/mdref-http] / http / Client / Curl / User.md
index 7eb455b863c6c2a87fd613c69b48995b18f83b1d..19249a7ab62fb0b8448d5d7a7a6a40e2dfd67530 100644 (file)
@@ -2,18 +2,18 @@
 
 Interface to an user event loop implementation for http\Client::configure()'s $use_eventloop option.
 
-> ***NOTE:***
+> ***NOTE:***  
 > This interface was added in v2.6.0, resp. v3.1.0.
 
 ## Constants:
 
-* POLL_NONE
+* POLL_NONE  
   No action.
-* POLL_IN
+* POLL_IN  
   Poll for read readiness.
-* POLL_OUT
+* POLL_OUT  
   Poll for write readiness.
-* POLL_INOUT
+* POLL_INOUT  
   Poll for read/write readiness.
-* POLL_REMOVE
+* POLL_REMOVE  
   Stop polling for activity on this descriptor.