ProcaWeb.Router.Helpers (proca v3.4.1)
Module with named helpers generated from ProcaWeb.Router.
Link to this section Summary
Functions
Generates the path information including any necessary prefix.
Generates an integrity hash to a static asset given its file path.
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
confirm_path(conn_or_endpoint, action, verb, code)
Link to this function
confirm_path(conn_or_endpoint, action, verb, code, params)
Link to this function
confirm_path(conn_or_endpoint, action, action_id, verb, ref, params)
Link to this function
confirm_url(conn_or_endpoint, action, verb, code)
Link to this function
confirm_url(conn_or_endpoint, action, verb, code, params)
Link to this function
confirm_url(conn_or_endpoint, action, action_id, verb, ref, params)
Link to this function
homepage_path(conn_or_endpoint, action)
Link to this function
homepage_path(conn_or_endpoint, action, params)
Link to this function
homepage_url(conn_or_endpoint, action)
Link to this function
homepage_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
static_integrity(endpoint, path)
Generates an integrity hash to a static asset given its file path.
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.
Link to this function
user_confirmation_path(conn_or_endpoint, action)
Link to this function
user_confirmation_path(conn_or_endpoint, action, params)
Link to this function
user_confirmation_path(conn_or_endpoint, action, token, params)
Link to this function
user_confirmation_url(conn_or_endpoint, action)
Link to this function
user_confirmation_url(conn_or_endpoint, action, params)
Link to this function
user_confirmation_url(conn_or_endpoint, action, token, params)
Link to this function
user_registration_path(conn_or_endpoint, action)
Link to this function
user_registration_path(conn_or_endpoint, action, params)
Link to this function
user_registration_url(conn_or_endpoint, action)
Link to this function
user_registration_url(conn_or_endpoint, action, params)
Link to this function
user_reset_password_path(conn_or_endpoint, action)
Link to this function
user_reset_password_path(conn_or_endpoint, action, params)
Link to this function
user_reset_password_path(conn_or_endpoint, action, token, params)
Link to this function
user_reset_password_url(conn_or_endpoint, action)
Link to this function
user_reset_password_url(conn_or_endpoint, action, params)
Link to this function
user_reset_password_url(conn_or_endpoint, action, token, params)
Link to this function
user_session_path(conn_or_endpoint, action)
Link to this function
user_session_path(conn_or_endpoint, action, params)
Link to this function
user_session_url(conn_or_endpoint, action)
Link to this function
user_session_url(conn_or_endpoint, action, params)
Link to this function
user_settings_path(conn_or_endpoint, action)
Link to this function
user_settings_path(conn_or_endpoint, action, params)
Link to this function
user_settings_path(conn_or_endpoint, action, token, params)
Link to this function
user_settings_url(conn_or_endpoint, action)
Link to this function
user_settings_url(conn_or_endpoint, action, params)
Link to this function
user_settings_url(conn_or_endpoint, action, token, params)
Link to this function
webhook_path(conn_or_endpoint, action)
Link to this function
webhook_path(conn_or_endpoint, action, params)
Link to this function
webhook_url(conn_or_endpoint, action)
Link to this function