VerkWeb.Router.Helpers
Module with named helpers generated from VerkWeb.Router.
Summary
| job_path(conn_or_endpoint, atom, queue, job_id) |
|
| job_path(conn_or_endpoint, atom, queue, job_id, params) |
|
| job_url(conn_or_endpoint, atom, queue, job_id) |
|
| job_url(conn_or_endpoint, atom, queue, job_id, params) |
|
| page_path(conn_or_endpoint, atom) |
|
| page_path(conn_or_endpoint, atom, params) |
|
| page_url(conn_or_endpoint, atom) |
|
| page_url(conn_or_endpoint, atom, params) |
|
| path(data, path) |
Generates the path information including any necessary prefix
|
| queues_path(conn_or_endpoint, atom, queue) |
|
| queues_path(conn_or_endpoint, atom, queue, params) |
|
| queues_url(conn_or_endpoint, atom, queue) |
|
| queues_url(conn_or_endpoint, atom, queue, params) |
|
| retries_path(conn_or_endpoint, atom) |
|
| retries_path(conn_or_endpoint, atom, params) |
|
| retries_url(conn_or_endpoint, atom) |
|
| retries_url(conn_or_endpoint, atom, 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
|
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.