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