Readability.mime

You're seeing just the function mime, go back to Readability module for more information.
Link to this function

mime(headers \\ [])

Specs

mime(headers()) :: String.t()

Extract MIME Type from headers

Example

iex> mime = Readability.mime(headers_list)
"text/html"