Variable: url-https-asynchronous-p
url-https-asynchronous-p is a variable defined in url-http.el.gz.
Value
t
Documentation
HTTPS retrievals are asynchronous.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
;; HTTPS. This used to be in url-https.el, but that file collides
;; with url-http.el on systems with 8-character file names.
(defconst url-https-asynchronous-p t "HTTPS retrievals are asynchronous.")