FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

Headers response aren't in their original formatting #107

Closed 64chevy closed 7 months ago

64chevy commented 7 months ago

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

64chevy commented 7 months ago

Solved it by lowering it myself.