how to remove the http header on runtime in python.
Like in C# we can remove custom http headers during at run time using DefaultRequestHeaders.Remove right?
So I wanted to do the same thing in python and I wonder how I can do that, please guide me through if you know, thank you!