File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
user_guide_src/source/libraries/curlrequest Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 66
77class CURLRequest extends BaseConfig
88{
9- // ...
9+ /**
10+ * --------------------------------------------------------------------------
11+ * CURLRequest Share Connection
12+ * --------------------------------------------------------------------------
13+ *
14+ * Whether share connection between requests.
15+ *
16+ * @var list<int>
17+ *
18+ * @see https://www.php.net/manual/en/curl.constants.php#constant.curl-lock-data-connect
19+ */
1020 public array $ shareConnection = [
1121 CURL_LOCK_DATA_CONNECT ,
1222 CURL_LOCK_DATA_DNS ,
1323 ];
24+
25+ // ...
1426}
Original file line number Diff line number Diff line change 66
77class CURLRequest extends BaseConfig
88{
9- // ...
9+ /**
10+ * --------------------------------------------------------------------------
11+ * CURLRequest Share Connection
12+ * --------------------------------------------------------------------------
13+ *
14+ * Whether share connection between requests.
15+ *
16+ * @var list<int>
17+ *
18+ * @see https://www.php.net/manual/en/curl.constants.php#constant.curl-lock-data-connect
19+ */
1020 public array $ shareConnection = [];
21+
22+ // ...
1123}
You can’t perform that action at this time.
0 commit comments