def response_header_sort_key(item):  # NOQA
    return response_header_sort_dict.get(item[0], item[0].lower())