Variable: dictionary-use-http-proxy
dictionary-use-http-proxy is a customizable variable defined in
dictionary.el.gz.
Value
nil
Documentation
Connects via a HTTP proxy using the CONNECT command when not nil.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defcustom dictionary-use-http-proxy
nil
"Connects via a HTTP proxy using the CONNECT command when not nil."
:group 'dictionary-proxy
:set #'dictionary-set-server-var
:type 'boolean
:version "28.1")