RigInboundGatewayWeb.Router.Helpers (Reactive Interaction Gateway v3.0.0-alpha.2) View Source

Module with named helpers generated from RigInboundGatewayWeb.Router.

Link to this section Summary

Link to this section Functions

Link to this function

event_path(conn_or_endpoint, action)

View Source
Link to this function

event_path(conn_or_endpoint, action, params)

View Source
Link to this function

event_url(conn_or_endpoint, action)

View Source
Link to this function

event_url(conn_or_endpoint, action, params)

View Source
Link to this function

health_path(conn_or_endpoint, action)

View Source
Link to this function

health_path(conn_or_endpoint, action, params)

View Source
Link to this function

health_url(conn_or_endpoint, action)

View Source
Link to this function

health_url(conn_or_endpoint, action, params)

View Source
Link to this function

longpolling_path(conn_or_endpoint, action)

View Source
Link to this function

longpolling_path(conn_or_endpoint, action, params)

View Source
Link to this function

longpolling_url(conn_or_endpoint, action)

View Source
Link to this function

longpolling_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.

Link to this function

subscription_path(conn_or_endpoint, action, connection_id)

View Source
Link to this function

subscription_path(conn_or_endpoint, action, connection_id, params)

View Source
Link to this function

subscription_url(conn_or_endpoint, action, connection_id)

View Source
Link to this function

subscription_url(conn_or_endpoint, action, connection_id, params)

View Source

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