Function: url-type
url-type is a byte-compiled function defined in url-parse.el.gz.
Signature
(url-type CL-X)
Documentation
Access slot "type" of url struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-parse.el.gz
(cl-defstruct (url
(:constructor nil)
(:constructor url-parse-make-urlobj
(&optional type user password host portspec filename
target attributes fullness))
(:copier nil))
type user password host portspec filename target attributes fullness
silent (use-cookies t)
(asynchronous t))