url-scheme-methods
url-scheme-methods is a variable defined in `
url-methods.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Assoc-list of methods that each URL loader can provide.
Value:
((default-port . variable)
(asynchronous-p . variable)
(expand-file-name . function)
(file-exists-p . function)
(file-attributes . function)
(parse-url . function)
(file-symlink-p . function)
(file-writable-p . function)
(file-directory-p . function)
(file-executable-p . function)
(directory-files . function)
(file-truename . function))