Skip to content

Commit

Permalink
Remove CONNECT tunnel code
Browse files Browse the repository at this point in the history
This will be its own amphp/http-tunnel package.
  • Loading branch information
kelunik committed Nov 18, 2019
1 parent 7afdb9c commit 632d3ad
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 367 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This package provides an asynchronous HTTP client for PHP based on [Amp](https:/
- [Simplifies HTTP form submissions](examples/basic/4-forms.php)
- [Implements secure-by-default TLS (`https://`)](examples/basic/1-get-request.php)
- [Supports cookies and sessions](https://github.com/amphp/http-client-cookies)
- [Functions seamlessly behind HTTP proxies](examples/basic/8-proxy.php)
- [Functions seamlessly behind HTTP proxies](https://github.com/amphp/http-tunnel)

## Installation

Expand Down
46 changes: 0 additions & 46 deletions examples/basic/8-proxy.php

This file was deleted.

78 changes: 0 additions & 78 deletions src/Tunnel/Http1Tunnel.php

This file was deleted.

106 changes: 0 additions & 106 deletions src/Tunnel/Https1Tunnel.php

This file was deleted.

97 changes: 0 additions & 97 deletions src/Tunnel/Internal/TunnelSocket.php

This file was deleted.

39 changes: 0 additions & 39 deletions test/Tunnel/Http1TunnelTest.php

This file was deleted.

0 comments on commit 632d3ad

Please sign in to comment.