thanks git
[mdref/mdref-http] / http / Client / Curl / User.md
1 # interface http\Client\Curl\User
2
3 Interface to an user event loop implementation for http\Client::configure()'s $use_eventloop option.
4
5 > ***NOTE:***
6 > This interface was added in v2.6.0, resp. v3.1.0.
7
8 ## Constants:
9
10 * POLL_NONE
11 No action.
12 * POLL_IN
13 Poll for read readiness.
14 * POLL_OUT
15 Poll for write readiness.
16 * POLL_INOUT
17 Poll for read/write readiness.
18 * POLL_REMOVE
19 Stop polling for activity on this descriptor.