View Source Hangman.LiveView.ClientWeb.Router.Helpers (Hangman LiveView Client v0.1.20)

Module with named helpers generated from Hangman.LiveView.ClientWeb.Router.

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.

Functions

Link to this function

live_path(conn_or_endpoint, action)

View Source
Link to this function

live_path(conn_or_endpoint, action, params)

View Source
Link to this function

live_url(conn_or_endpoint, action)

View Source
Link to this function

live_url(conn_or_endpoint, action, params)

View Source
Link to this function

page_path(conn_or_endpoint, action)

View Source
Link to this function

page_path(conn_or_endpoint, action, params)

View Source
Link to this function

page_url(conn_or_endpoint, action)

View Source
Link to this function

page_url(conn_or_endpoint, action, params)

View Source

Generates the path information including any necessary prefix.

Link to this function

static_integrity(endpoint, path)

View Source

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.