justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

how to create a http request and send it ? #871

Open shack2 opened 2 years ago

fatrolls commented 2 years ago

Want to know the same

fatrolls commented 2 years ago

ReRequest doesn't work

honfika commented 2 years ago

what do you mean? You can use the standard .NET classes. In newer framework: System.Net.Http.HttpClient earlier the WebRequest class.