Verk Web v1.1.0 VerkWeb.Router.Helpers

Module with named helpers generated from VerkWeb.Router.

Summary

Functions

dead_path(conn_or_endpoint, action)
dead_path(conn_or_endpoint, action, params)
dead_url(conn_or_endpoint, action)
dead_url(conn_or_endpoint, action, params)
job_path(conn_or_endpoint, action, queue, job_id)
job_path(conn_or_endpoint, action, queue, job_id, params)
job_url(conn_or_endpoint, action, queue, job_id)
job_url(conn_or_endpoint, action, queue, job_id, params)
page_path(conn_or_endpoint, action)
page_path(conn_or_endpoint, action, params)
page_url(conn_or_endpoint, action)
page_url(conn_or_endpoint, action, params)
path(data, path)

Generates the path information including any necessary prefix.

queues_path(conn_or_endpoint, action)
queues_path(conn_or_endpoint, action, params)
queues_path(conn_or_endpoint, action, queue, params)
queues_url(conn_or_endpoint, action)
queues_url(conn_or_endpoint, action, params)
queues_url(conn_or_endpoint, action, queue, params)
retries_path(conn_or_endpoint, action)
retries_path(conn_or_endpoint, action, params)
retries_url(conn_or_endpoint, action)
retries_url(conn_or_endpoint, action, params)
scheduled_path(conn_or_endpoint, action)
scheduled_path(conn_or_endpoint, action, params)
scheduled_url(conn_or_endpoint, action)
scheduled_url(conn_or_endpoint, action, params)
static_path(conn, path)

Generates path to a static asset given its file path.

static_url(conn, path)

Generates url to a static asset given its file path.

url(data)

Generates the connection/endpoint base URL without any path information.