Function: url-http-file-attributes

url-http-file-attributes is a byte-compiled function defined in url-http.el.gz.

Signature

(url-http-file-attributes URL &optional ID-FORMAT)

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
(defun url-http-file-attributes (url &optional id-format)
  (if (url-dav-supported-p url)
      (url-dav-file-attributes url id-format)
    (url-http-head-file-attributes url id-format)))