Replace these classes: - [Request](https://github.com/svrooij/titanium-web-proxy/blob/f54d4d4a8d24e1cd82fa30747291d80ef7709360/src/Titanium.Web.Proxy/Http/Request.cs) with [HttpRequestMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httprequestmessage?view=net-8.0) - [Response](https://github.com/svrooij/titanium-web-proxy/blob/develop/src/Titanium.Web.Proxy/Http/Response.cs) with [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-8.0) This should help others in integrating with the Web Proxy