Variable: url-mime-accept-string

url-mime-accept-string is a variable defined in url-vars.el.gz.

Value

nil

Documentation

String to send to the server in the Accept: field in HTTP requests.

Probably introduced at or before Emacs version 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defvar url-mime-accept-string nil
  "String to send to the server in the Accept: field in HTTP requests.")