Verk Web v1.2.0 VerkWeb.Router.Helpers
Module with named helpers generated from VerkWeb.Router.
Link to this section Summary
Functions
Generates the path information including any necessary prefix
Generates path to a static asset given its file path
Generates url to a static asset given its file path
Generates the connection/endpoint base URL without any path information
Link to this section Functions
Link to this function
dead_path(conn_or_endpoint, action)
Link to this function
dead_path(conn_or_endpoint, action, params)
Link to this function
dead_url(conn_or_endpoint, action)
Link to this function
dead_url(conn_or_endpoint, action, params)
Link to this function
job_path(conn_or_endpoint, action, queue, job_id)
Link to this function
job_path(conn_or_endpoint, action, queue, job_id, params)
Link to this function
job_url(conn_or_endpoint, action, queue, job_id)
Link to this function
job_url(conn_or_endpoint, action, queue, job_id, params)
Link to this function
page_path(conn_or_endpoint, action)
Link to this function
page_path(conn_or_endpoint, action, params)
Link to this function
page_url(conn_or_endpoint, action)
Link to this function
page_url(conn_or_endpoint, action, params)
Link to this function
path(data, path)
Generates the path information including any necessary prefix.
Link to this function
queues_path(conn_or_endpoint, action)
Link to this function
queues_path(conn_or_endpoint, action, params)
Link to this function
queues_path(conn_or_endpoint, action, queue, params)
Link to this function
queues_url(conn_or_endpoint, action)
Link to this function
queues_url(conn_or_endpoint, action, params)
Link to this function
queues_url(conn_or_endpoint, action, queue, params)
Link to this function
retries_path(conn_or_endpoint, action)
Link to this function
retries_path(conn_or_endpoint, action, params)
Link to this function
retries_url(conn_or_endpoint, action)
Link to this function
retries_url(conn_or_endpoint, action, params)
Link to this function
scheduled_path(conn_or_endpoint, action)
Link to this function
scheduled_path(conn_or_endpoint, action, params)
Link to this function
scheduled_url(conn_or_endpoint, action)
Link to this function
scheduled_url(conn_or_endpoint, action, params)
Link to this function
static_path(conn, path)
Generates path to a static asset given its file path.
Link to this function
static_url(conn, path)
Generates url to a static asset given its file path.
Link to this function
url(data)
Generates the connection/endpoint base URL without any path information.