File: url-util.el.html
Defined variables (8)
url-debug | What types of debug messages from the URL library to show. |
url-encoding-table | Vector translating bytes to URI-encoded %-sequences. |
url-get-url-filename-chars | Valid characters in a URL. |
url-host-allowed-chars | Allowed-character byte mask for the host segment of a URI. |
url-parse-args-syntax-table | A syntax table for parsing sgml attributes. |
url-path-allowed-chars | Allowed-character byte mask for the path segment of a URI. |
url-query-allowed-chars | Allowed-character byte mask for the query segment of a URI. |
url-unreserved-chars | List of characters that are unreserved in the URL spec. |
Defined functions (28)
url--allowed-chars | (CHAR-LIST) |
url-basepath | (FILE) |
url-build-query-string | (QUERY &optional SEMICOLONS KEEP-EMPTY) |
url-debug | (TAG &rest ARGS) |
url-display-percentage | (FMT PERC &rest ARGS) |
url-domain | (URL) |
url-eat-trailing-space | (X) |
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 | (X) |
url-truncate-url-for-viewing | (URL &optional WIDTH) |
url-unhex | (X) |
url-unhex-string | (STR &optional ALLOW-NEWLINES) |
url-view-url | (&optional NO-SHOW) |