aspnet / Proxy

[Archived] Proxy library for ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this Package For

mikes-gh opened this issue · comments

Is this package to allow proxying of incoming or outgoing requests from the application
I am looking for a core compatible client proxy as WebProxy only exists in desktop.

Thanks

This implements a reverse proxy for forwarding incoming requests to back-end services. It is not a WebProxy implementation.
Ask about WebProxy in corefx, I've heard they are adding something there.