justcoding121 / titanium-web-proxy

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

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

Open shack2 opened 3 years ago

fatrolls commented 3 years ago

Want to know the same

fatrolls commented 3 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.