Function: url-https-file-exists-p
url-https-file-exists-p is an autoloaded and byte-compiled function
defined in url-http.el.gz.
Signature
(url-https-file-exists-p URL)
Documentation
HTTPS wrapper around file-exists-p call.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
;;;###autoload (autoload 'url-https-file-exists-p "url-http")
(url-https-create-secure-wrapper file-exists-p (url))