Variable: eww-accept-content-types
eww-accept-content-types is a variable defined in eww.el.gz.
Value
"text/html, text/plain, text/sgml, text/css, application/xhtml+xml, */*;q=0.01"
Documentation
Value used for the HTTP "Accept" header.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defvar eww-accept-content-types
"text/html, text/plain, text/sgml, text/css, application/xhtml+xml, */*;q=0.01"
"Value used for the HTTP \"Accept\" header.")