class Puma::DSL
def early_hints(answer=true)
early_hints
@example
The default is +nil+.
Enable HTTP 103 Early Hints responses.
def early_hints(answer=true) @options[:early_hints] = answer end
def early_hints(answer=true) @options[:early_hints] = answer end