Variable: url-using-proxy

url-using-proxy is a variable defined in url-vars.el.gz.

Value

nil

Documentation

Either nil or the fully qualified proxy URL in use, e.g.

https://www.example.com/

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defvar url-using-proxy nil
  "Either nil or the fully qualified proxy URL in use, e.g.
https://www.example.com/")