Gets the header manager of the request/response. The available methods are the same of the associative array's except that keys are case-insensitive.
headers["Connection"] = "keep-alive"; assert(headers["connection"] == "keep-alive");
See Implementation
Gets the header manager of the request/response. The available methods are the same of the associative array's except that keys are case-insensitive.