Skip to content

Latest commit

 

History

History
175 lines (112 loc) · 3.18 KB

Curl.md

File metadata and controls

175 lines (112 loc) · 3.18 KB

Curl.hpp

curl(data)

Type: constant

Description:

  • Param: data

Replaced value:

"url_fetch" callExtension (data)

File: host\Curl\Curl.hpp at line 7

Curl.sqf

glob

Type: Variable

Exists if u_test defined

Description:

Initial value:

_strict

File: host\Curl\Curl.sqf at line 80

glob_invert

Type: Variable

Description:

Initial value:

_new

File: host\Curl\Curl.sqf at line 95

curl_send

Type: function

Description: #define u_test

File: host\Curl\Curl.sqf at line 14

curl_get

Type: function

Description:

File: host\Curl\Curl.sqf at line 18

curl_error

Type: function

Description:

File: host\Curl\Curl.sqf at line 28

curl_testName

Type: function

Description:

  • Param: _f
  • Param: _s

File: host\Curl\Curl.sqf at line 33

CurlThread.sqf

__allowCurlMessageForSuccess

Type: constant

Description: #define __timePerformance

Replaced value:

File: host\Curl\CurlThread.sqf at line 11

curl_thread_update

Type: constant

Description: частота обновления потока curl-а

Replaced value:

0

File: host\Curl\CurlThread.sqf at line 14

curllog(mes)

Type: constant

Exists if __allowCurlLog defined

Description:

  • Param: mes

Replaced value:

log("[THREAD::CURL]: - " + mes);

File: host\Curl\CurlThread.sqf at line 17

curllog(mes)

Type: constant

Exists if __allowCurlLog not defined

Description:

  • Param: mes

Replaced value:

File: host\Curl\CurlThread.sqf at line 19

curl_query

Type: Variable

Description:

Initial value:

[] // очередь запроса

File: host\Curl\CurlThread.sqf at line 23

curl_isAwait

Type: Variable

Description: очередь запроса

Initial value:

false//идёт ли ожидание на получение сообщения

File: host\Curl\CurlThread.sqf at line 24

curl_asyncAwaitData

Type: Variable

Description: идёт ли ожидание на получение сообщения

Initial value:

[] //то что будет вызывано когда ответ будет получен

File: host\Curl\CurlThread.sqf at line 25

curl_addRequest

Type: function

Description: то что будет вызывано когда ответ будет получен

  • Param: _reference
  • Param: _callbackCode
  • Param: _ctxPars

File: host\Curl\CurlThread.sqf at line 27