Module riak_api_wm_urlmap

This module provides a Webmachine resource that lists the URLs for other resources available on this host.

Description

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"

Function Index

content_types_provided/2
init/1
resource_exists/2
to_html/2
to_json/2

Function Details

content_types_provided/2

content_types_provided(RD, Services) -> any()

init/1

init(X1) -> any()

resource_exists/2

resource_exists(RD, Services) -> any()

to_html/2

to_html(RD, Services) -> any()

to_json/2

to_json(RD, Services) -> any()


Generated by EDoc