View Source Hologram.Controller (hologram v0.2.0)
Summary
Functions
Extracts param values from the given URL path corresponding to the route of the given page module.
Handles the page request by building HTML response body and halting the Plug pipeline.
Functions
Extracts param values from the given URL path corresponding to the route of the given page module.
@spec handle_request(Plug.Conn.t(), module()) :: Plug.Conn.t()
Handles the page request by building HTML response body and halting the Plug pipeline.