Modules/cURL/variables/CURLPAUSE: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "* '''CURLPAUSE_RECV''' - Pause receiving data. * '''CURLPAUSE_SEND''' - Pause sending a request. * '''CURLPAUSE_ALL''' - Pause requesting and receiving. * '''CURLPAUSE_CONT''' - ...")
 
(No difference)

Latest revision as of 08:58, 15 March 2012

  • 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.