Releases: amphp/http-tunnel
Releases · amphp/http-tunnel
2.0.0
Stable release compatible with AMPHP v3 and fibers! 🎉
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType>
have been replaced with ResolutionType
.
This library provides an implementation of Amp\Socket\SocketConnector
from amphp/socket
which establishes a socket connection via an HTTP/1.1 CONNECT
request to a proxy.
2.0.0 Beta 2
2.0.0 Beta 1
Based on PHP 8.1, Amp v3, Fibers, and Revolt.