NetworkToolkit icon indicating copy to clipboard operation
NetworkToolkit copied to clipboard

Definitively interested

Open qmfrederik opened this issue 5 years ago • 1 comments
trafficstars

On Twitter, you wondered how much interest there is for such a thing.

Just wanted to leave a note here (feel free to close the issue) that I'm definitively interested. In particular, the ability to have a HTTP client over 'any' Stream is a need I came up with before.

For example, the Kubernetes/Docker APIs allows you to connect to a port of a running container (which may be running a HTTP server). These APIs generally just return a Stream, so it looks like this project would allow me create a HTTP client off that Stream.

qmfrederik avatar Nov 17 '20 09:11 qmfrederik

For example, the Kubernetes/Docker APIs allows you to connect to a port of a running container (which may be running a HTTP server). These APIs generally just return a Stream, so it looks like this project would allow me create a HTTP client off that Stream.

This is possible now in .NET 5 by setting the SocketsHttpHandler.ConnectCallback property.

scalablecory avatar Nov 19 '20 07:11 scalablecory