url-http-options

url-http-options is a compiled Lisp function in `url-http.el'.

(url-http-options URL)

Return a property list describing options available for URL.
This list is retrieved using the `OPTIONS' HTTP method.

Property list members:

methods
A list of symbols specifying what HTTP methods the resource
supports.

dav
A list of numbers specifying what DAV protocol/schema versions are
supported.

dasl
A list of supported DASL search types supported (string form)

ranges
A list of the units available for use in partial document fetches.

p3p
The `Platform For Privacy Protection' description for the resource.
Currently this is just the raw header contents. This is likely to
change once P3P is formally supported by the URL package or
Emacs/W3.