Module: Roda::RodaPlugins::EarlyHints

Defined in:
lib/roda/plugins/early_hints.rb

Overview

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.

Defined Under Namespace

Modules: InstanceMethods