This module provides a Webmachine resource that lists the URLs for other resources available on this host.
Links to Riak resources will be added to the Link header in the form:<URL>; rel="RESOURCE_NAME"HTML output of this resource is a list of link tags like:
<a href="URL">RESOURCE_NAME</a>JSON output of this resource in an object with elements like:
"RESOURCE_NAME":"URL"
| content_types_provided/2 | |
| init/1 | |
| resource_exists/2 | |
| to_html/2 | |
| to_json/2 |
content_types_provided(RD, Services) -> any()
init(X1) -> any()
resource_exists(RD, Services) -> any()
to_html(RD, Services) -> any()
to_json(RD, Services) -> any()
Generated by EDoc