KinoPhoenixLiveView.ProxyRouter (kino_phoenix_live_view v0.1.3)

Defines the router for the Kino Phoenix LiveView proxy.

This router sets up a browser pipeline that includes the dynamic root layout plug and forwards the root path ("/") to the DynamicLive LiveView.

Summary

Functions

Callback invoked by Plug on every request.

Callback required by Plug that initializes the router for serving web requests.

Functions

browser(conn, _)

call(conn, opts)

Callback invoked by Plug on every request.

init(opts)

Callback required by Plug that initializes the router for serving web requests.