PluginProbe
Depicter — Popup & Slider Builder / 1.9.2
Depicter — Popup & Slider Builder v1.9.2
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
← All changes | modules/GuzzleHttp/RequestOptions.php +4 -14 trunk1.9.2 View file →
@@ -4,9 +4,11 @@
4 4
5 5 /**
6 6 * This class contains a list of built-in Guzzle request options.
7 7 *
8 - * @see https://docs.guzzlephp.org/en/latest/request-options.html
8 + * More documentation for each option can be found at http://guzzlephp.org/.
9 + *
10 + * @link http://docs.guzzlephp.org/en/v6/request-options.html
9 11 */
10 12 final class RequestOptions
11 13 {
12 14 /**
@@ -67,23 +69,11 @@
67 69
68 70 /**
69 71 * connect_timeout: (float, default=0) Float describing the number of
70 72 * seconds to wait while trying to connect to a server. Use 0 to wait
71 - * 300 seconds (the default behavior).
73 + * indefinitely (the default behavior).
72 74 */
73 75 public const CONNECT_TIMEOUT = 'connect_timeout';
74 -
75 - /**
76 - * crypto_method: (int) A value describing the minimum TLS protocol
77 - * version to use.
78 - *
79 - * This setting must be set to one of the
80 - * ``STREAM_CRYPTO_METHOD_TLS*_CLIENT`` constants. PHP 7.4 or higher is
81 - * required in order to use TLS 1.3, and cURL 7.34.0 or higher is required
82 - * in order to specify a crypto method, with cURL 7.52.0 or higher being
83 - * required to use TLS 1.3.
84 - */
85 - public const CRYPTO_METHOD = 'crypto_method';
86 76
87 77 /**
88 78 * debug: (bool|resource) Set to true or set to a PHP stream returned by
89 79 * fopen() enable debug output with the HTTP handler used to send a