FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headers response aren't in their original formatting

64chevy opened this issue · comments

The returned response headers are always in title case. Is there no way to get them in their server returned format?

Solved it by lowering it myself.