class

Azu::Handler::DevDashboard

Inherits HTTP::Handler < Reference < Object

Development Dashboard HTTP handler for displaying live runtime insights Provides comprehensive metrics for developers during development phase

Usage:

Azu.start [
  Azu::Handler::DevDashboard.new,
  # other handlers
]

Constants

DEFAULT_PATH = "/dev-dashboard"

Constructors

new(path : String = DEFAULT_PATH, metrics : PerformanceMetrics | Nil = nil, log : Log = Azu::CONFIG.log)
Source

Instance methods

metrics
Source
path
Source