Modules/cURL/variables/CURLPAUSE

From Multi Theft Auto: Wiki
Revision as of 08:58, 15 March 2012 by Alexander (talk | contribs) (Created page with "* '''CURLPAUSE_RECV''' - Pause receiving data. * '''CURLPAUSE_SEND''' - Pause sending a request. * '''CURLPAUSE_ALL''' - Pause requesting and receiving. * '''CURLPAUSE_CONT''' - ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • CURLPAUSE_RECV - Pause receiving data.
  • CURLPAUSE_SEND - Pause sending a request.
  • CURLPAUSE_ALL - Pause requesting and receiving.
  • CURLPAUSE_CONT - Unpause both receiving and requesting.


Feature variables (not yet implemented)

  • CURLPAUSE_RECV_CONT - Unpause receiving data.
  • CURLPAUSE_SEND_CONT - Unpause a request.