Verify the existence of the given header.
bool hasHeader(String name) { return headers!.containsKey(utils.headerize(name)); }