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
Linux command line for you and me Documentation Release 0.1timezones Bash history Sort files by size Curl! For all your web needs Viewing a file Downloading the file Download with the same name Making a POST request using curl Following redirection Example: To view transfer Making multiple requests at once Inspecting HTTP headers Adding new HTTP headers Curl video/talk Curl book Users and Groups Finding the owner of file /etc/passwd file Details about groups wheel You can reverse the sorting with passing -r option. Curl! For all your web needs In this chapter we will learn about a very special command, curl. It is used to trasfer data over network. Written by0 码力 | 124 页 | 510.85 KB | 1 年前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 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
Cilium v1.9 DocumentationHUBBLE_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/hubble/master/stable.txt) curl -LO "https://github.com/cilium/hubble/releases/download/$HUBBLE_VERSION/hub ble-linux-amd64.tar.gz" curl -LO "https://github HUBBLE_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/hubble/master/stable.txt) curl -LO "https://github.com/cilium/hubble/releases/download/$HUBBLE_VERSION/hub ble-darwin-amd64.tar.gz" curl -LO "https://github Windows Download the latest hubble release: curl -LO "https://raw.githubusercontent.com/cilium/hubble/master/stable.txt" set /p HUBBLE_VERSION=curl -LO "https://github.com/cilium/hubble/re 0 码力 | 1263 页 | 18.62 MB | 1 年前3
Cilium v1.8 Documentationfirst step is to install a K3s master node making sure to disable support for the default CNI plugin: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='--flannel-backend=none --no-flannel' sh - Install Agent join them to the master node making sure to replace the variables with values from your environment: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='--disable-network- policy --no-flannel' K3S_URL='http HUBBLE_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/hubble/master/stable.txt) curl -LO "https://github.com/cilium/hubble/releases/download/$HUBBLE_VERSION /hubble-linux-amd64.tar.gz" curl -LO "https://github0 码力 | 1124 页 | 21.33 MB | 1 年前3
FISCO BCOS 2.4.0 中文文档sh脚本依赖于openssl, curl,使用下面的指令安 装。 若为CentOS,将下面命令中的apt替换为yum执行即可。macOS执行brew install openssl curl即可。 创建操作目录 下载build_chain.sh脚本 sudo apt install -y openssl curl cd ~ && mkdir -p fisco && cd fisco curl -LO https://github BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh 注解 如果因为网络问题导致长时间无法下载build_chain.sh脚本,请尝试 curl -LO https://gitee.com/FISCO-BCOS/FISCO- BCOS/raw/master/tools/build_chain.sh && chmod u+x build_chain .. cd ~/fisco && curl -LO https://github.com/FISCO- BCOS/console/releases/download/v1.0.9/download_console.sh && bash download_console.sh 如果因为网络问题导致长时间无法下载,请尝试 cd ~/fisco && curl -LO https://gitee.com/FISCO-0 码力 | 1314 页 | 11.21 MB | 1 年前3
Cilium v1.11 Documentationper kind documentation: Installation and Usage [https://kind.sigs.k8s.io/#installation-and-usage] curl -LO https://raw.githubusercontent.com/cilium/cilium/v1.11/Documentatio kind create cluster --config=kind-config CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/main/stable- v0.14.txt) CLI_ARCH=amd64 if [ "$(uname -m)" = "aarch64" ]; then CLI_ARCH=arm64; fi curl -L --fail --remote-name-all CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/main/stable- v0.14.txt) CLI_ARCH=amd64 if [ "$(uname -m)" = "arm64" ]; then CLI_ARCH=arm64; fi curl -L --fail --remote-name-all0 码力 | 1373 页 | 19.37 MB | 1 年前3
Tornado 4.5 Documentation
package in the standard library. pycurl [http://pycurl.sourceforge.net] is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required. Twisted [http://www.twistedmatrix.com] may DNS resolution but not on other network access (to mitigate this use ThreadedResolver or a tornado.curl_httpclient with a properly-configured build of libcurl). In the context of Tornado we generally talk 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 use0 码力 | 333 页 | 322.34 KB | 1 年前3
共 395 条
- 1
- 2
- 3
- 4
- 5
- 6
- 40













