module Roda::RodaPlugins::EarlyHints

  1. lib/roda/plugins/early_hints.rb

The early_hints plugin allows sending 103 Early Hints responses using the rack.early_hints environment variable. Currently, this is only supported by puma 3.11+, and on other servers this is a no-op. Early hints allow clients to preload necessary files before receiving the response.