static Response html( dynamic htmlData, { Map<String, String> headers = const {}, }) => Response( data: htmlData, responseType: ResponseType.html, headers: headers, );