Module rustream::routes::basics

source ·
Expand description

Module for /, /health and /profile entrypoints.

Structs§

  • Handles the health endpoint, returning a JSON response indicating the server is healthy.
  • Handles the profile endpoint, and returns an HTML response.
  • Handles the root endpoint, logging the connection and returning an HTML response.