X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http%2FClient%2FCurl%2FUser.md;h=19249a7ab62fb0b8448d5d7a7a6a40e2dfd67530;hb=3bf080fbfef8496240a6d42d4a2d4c08c04cf8fd;hp=7eb455b863c6c2a87fd613c69b48995b18f83b1d;hpb=bea65a44c88e5b048152cec8eb25d217e4442a57;p=mdref%2Fmdref-http diff --git a/http/Client/Curl/User.md b/http/Client/Curl/User.md index 7eb455b..19249a7 100644 --- a/http/Client/Curl/User.md +++ b/http/Client/Curl/User.md @@ -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.