**Describe the bug** Headers are case-sensitive, but they shouldn't be. **Additional context** - [RFC 2616: Hyptertext Transfer Protocol](https://tools.ietf.org/html/rfc2616#section-4.2) on HTTP headers - [RFC 822: Standard for the format of ARPA internet messages](https://tools.ietf.org/html/rfc822#section-3.4.7) on header structure, as referenced by RFC2616 - [code that makes the case-sensitive comparison](https://github.com/fhessel/esp32_https_server/blob/9ba205ea4b0e4994ff0611e358268cb2cbdd4fd5/src/HTTPHeaders.cpp#L24-L43)