Guzzle PHP 5.3 Documentationthe wire (e.g., cURL, sockets, PHP’s stream wrapper, non-blocking event loops like React [http://reactphp.org/], etc.). Guzzle makes it so that you no longer need to fool around with cURL options, stream Test Web Server FAQ Why should I use Guzzle? Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom cURL options? How can I add custom stream context options? Why am I getting Retries failed requests using customizable retry strategies (e.g., retry based on response status code, cURL error codes, etc.) Message Integrity Subscriber [https://github.com/guzzle/message-integrity-subscriber]0 码力 | 72 页 | 312.62 KB | 11 月前3
Guzzle PHP 5.3 Documentationrequests over the wire (e.g., cURL, sockets, PHP’s stream wrapper, non-blocking event loops like React, etc.). • Guzzle makes it so that you no longer need to fool around with cURL options, stream contexts your system’s php.ini. 3. To use the cURL handler, you must have a recent version of cURL >= 7.16.2 compiled with OpenSSL and zlib. Note: Guzzle no longer requires cURL in order to send HTTP requests. Guzzle Guzzle will use the PHP stream wrapper to send HTTP requests if cURL is not installed. Alternatively, you can provide your own HTTP handler used to send requests. 1.1.2 Installation The recommended way0 码力 | 63 页 | 275.75 KB | 11 月前3
Guzzle PHP 6.5 Documentationtransport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. Middleware system allows you to augment and compose Test Web Server Using the test server FAQ Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom cURL options? How can I add custom stream context options? Why am I getting system's php.ini. 3. To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib. Note Guzzle no longer requires cURL in order to send HTTP requests. Guzzle0 码力 | 65 页 | 311.42 KB | 11 月前3
Guzzle PHP v5 Documentationtransport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. Middleware system allows you to augment and compose Test Web Server Using the test server FAQ Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom cURL options? How can I add custom stream context options? Why am I getting system's php.ini. 3. To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib. Note Guzzle no longer requires cURL in order to send HTTP requests. Guzzle0 码力 | 62 页 | 309.78 KB | 11 月前3
Guzzle PHP 6.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.1 Does Guzzle require cURL? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.2 Can Guzzle send asynchronous asynchronous requests? . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.3 How can I add custom cURL options? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.4 How can I add custom transport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. • Middleware system allows you to augment and0 码力 | 50 页 | 237.04 KB | 11 月前3
Guzzle PHP v5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 1.7.1 Does Guzzle require cURL? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 1.7.2 Can Guzzle send asynchronous asynchronous requests? . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 1.7.3 How can I add custom cURL options? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 1.7.4 How can I add custom transport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. • Middleware system allows you to augment and0 码力 | 49 页 | 231.08 KB | 11 月前3
Guzzle PHP 7.0 Documentationtransport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. Middleware system allows you to augment and compose Test Web Server Using the test server FAQ Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom cURL options? How can I add custom stream context options? Why am I getting system's php.ini. 3. To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib. Note Guzzle no longer requires cURL in order to send HTTP requests. Guzzle0 码力 | 64 页 | 310.93 KB | 11 月前3
Guzzle PHP 7.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.1 Does Guzzle require cURL? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.2 Can Guzzle send asynchronous asynchronous requests? . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.3 How can I add custom cURL options? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 1.7.4 How can I add custom transport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. • Middleware system allows you to augment and0 码力 | 50 页 | 235.39 KB | 11 月前3
Tornado 6.1 Documentation
required). The following optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. • Twisted may be used with the classes in interfaces. This module defines a common interface shared by two implementations, simple_httpclient and curl_httpclient. Applications may either instantiate their chosen implementation class directly or use for most users’ needs. However, some applications may wish to switch to curl_httpclient for reasons such as the following: • curl_httpclient has some features not found in simple_httpclient, including0 码力 | 245 页 | 904.24 KB | 1 年前3
Tornado 5.1 Documentation
install, the following optional packages may be useful: • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. • Twisted may be used with the classes in interfaces. This module defines a common interface shared by two implementations, simple_httpclient and curl_httpclient. Applications may either instantiate their chosen implementation class directly or use for most users’ needs. However, some applications may wish to switch to curl_httpclient for reasons such as the following: • curl_httpclient has some features not found in simple_httpclient, including0 码力 | 243 页 | 895.80 KB | 1 年前3
共 630 条
- 1
- 2
- 3
- 4
- 5
- 6
- 63













