acceptsHtml property

bool acceptsHtml

Returns true if the client accepts the response body in HTML format.

Implementation

bool get acceptsHtml => accepts.containsKey(MimeTypes.html);