File: url-util.el.html

Defined variables (10)

url--query-key-value-preserved-charsByte mask used for %-encoding keys and values in the query segment of a URI.
url-debugWhat types of debug messages from the URL library to show.
url-encoding-tableVector translating bytes to URI-encoded %-sequences.
url-get-url-filename-charsValid characters in a URL.
url-host-allowed-charsAllowed-character byte mask for the host segment of a URI.
url-parse-args-syntax-tableA syntax table for parsing sgml attributes.
url-path-allowed-charsAllowed-character byte mask for the path segment of a URI.
url-query-allowed-charsAllowed-character byte mask for the query segment of a URI.
url-query-key-value-allowed-charsAllowed-character byte mask for keys and values in the query segment of a URI.
url-unreserved-charsList of characters that are unreserved in the URL spec.

Defined functions (29)

url--allowed-chars(CHAR-LIST)
url-basepath(FILE)
url-build-query-string(QUERY &optional SEMICOLONS KEEP-EMPTY)
url-debug(TAG &rest ARGS)
url-display-message(FMT &rest ARGS)
url-display-percentage(FMT PERC &rest ARGS)
url-domain(URL)
url-eat-trailing-space(STRING &optional REGEXP)
url-encode-url(URL)
url-extract-mime-headers()
url-file-directory(FILE)
url-file-extension(FNAME &optional X)
url-file-nondirectory(FILE)
url-get-normalized-date(&optional SPECIFIED-TIME)
url-get-url-at-point(&optional PT)
url-hexify-string(STRING &optional ALLOWED-CHARS)
url-insert-entities-in-string(STRING)
url-lazy-message(&rest ARGS)
url-make-private-file(FILE)
url-normalize-url(URL)
url-parse-args(STR &optional NODOWNCASE)
url-parse-query-string(QUERY &optional DOWNCASE ALLOW-NEWLINES)
url-percentage(X Y)
url-pretty-length(FILE-SIZE &optional FLAVOR SPACE UNIT)
url-strip-leading-spaces(STRING &optional REGEXP)
url-truncate-url-for-viewing(URL &optional WIDTH)
url-unhex(X)
url-unhex-string(STR &optional ALLOW-NEWLINES)
url-view-url(&optional NO-SHOW)

Defined faces (0)