Function: url-parse-make-urlobj
url-parse-make-urlobj is a byte-compiled function defined in
url-parse.el.gz.
Signature
(url-parse-make-urlobj &optional TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS)
Documentation
Constructor for objects of type url.
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))