Function: url-host
url-host is a byte-compiled function defined in url-parse.el.gz.
Signature
(url-host CL-X)
Documentation
Access slot "host" 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))