File: mm-url.el.html
Some code is stolen from w3 and url packages. Some are moved from nnweb.
TODO: Support POST, cookie.
Defined variables (7)
mm-url-arguments | The arguments for ‘mm-url-program’. |
mm-url-html-entities | An assoc list of entity names and how to actually display them. |
mm-url-program | The url grab program. |
mm-url-retries | The number of retries after timing out when fetching an URL. |
mm-url-timeout | The number of seconds before timing out an URL fetch. |
mm-url-unreserved-chars | A list of characters that are _NOT_ reserved in the URL spec. |
mm-url-use-external | If non-nil, use external grab program ‘mm-url-program’. |
Defined functions (11)
mm-url-decode-entities | () |
mm-url-decode-entities-nbsp | () |
mm-url-decode-entities-string | (STRING) |
mm-url-encode-multipart-form-data | (DATA &optional BOUNDARY) |
mm-url-encode-www-form-urlencoded | (PAIRS) |
mm-url-form-encode-xwfu | (CHUNK) |
mm-url-insert | (URL &optional FOLLOW-REFRESH) |
mm-url-insert-file-contents | (URL) |
mm-url-insert-file-contents-external | (URL) |
mm-url-load-url | () |
mm-url-remove-markup | () |