Module rustream::templates

source ·
Expand description

Module to load all the templates for the UI.

Modules§

  • Index page template that is served as HTML response for the root endpoint.
  • Landing page template that is served as HTML response while streaming videos.
  • Listing page template that is served as HTML response after successful authentication.
  • Logout page template that is served as HTML response when the user decides to end the session.
  • Session page template that is served as HTML response when invalid/expired session tokens are received.
  • Unauthorized page template that is served as HTML response after failed authentication.