Is there any way to remove a header from a RestSharp RestRequest?
Ive stumbled upon this issue in the project page, but cannot see it was ever applied:
https://github.com/restsharp/RestSharp/issues/959
There is one suggestion to use request.Parameters.remove(), assuming with the header name as a parameter, but i don't see how that should correspond to removing a header.
I'm likely just confused, can anyone help?