c# - Convert Microsoft.AspNetCore.Http.HttpRequest to HttpRequestMessage -


i need convert microsoft.aspnetcore.http.httprequest aspnetcore context httprequestmessage pass httpclient. there simple way of achieve this? or hint implement helpful.

update want convert request message want change target url, want redirect request server.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -