Gets the pointer to a header. The key is case insensitive.
headers["Connection"] = "keep-alive"; assert(("connection" in headers) is ("Connection" in headers));
See Implementation
Gets the pointer to a header. The key is case insensitive.