Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CurlPause

Options to be used with {@link "Easy".Easy.pause | Easy#pause} and {@link "Curl".Curl.pause | Curl#pause}.

CURLPAUSE_RECV_CONT becomes CurlPause.RecvCont

Index

Enumeration members

Enumeration members

All

All: = Recv | Send

Cont

Cont: = RecvCont | SendCont

Recv

Recv: = 1 << 0

RecvCont

RecvCont: = 0

Send

Send: = 1 << 2

SendCont

SendCont: = 0

Generated using TypeDoc