A light weight http(s) proxy server written in C#
- Supports HTTPS and all features of HTTP 1.1 (except pipelining)
- Supports relaying of WebSockets
- Supports script injection
- Async using HTTPWebRequest class for better performance
Refer the HTTP Proxy Server library in your project, look up Test project to learn usage.
- Cleanup code for better readability
- Support HTTP 2.0 Once spec is ready