class Falcon::Adapters::EarlyHints
def push(path, preload: true, **options)
@parameter path [String]
Advise the request that the specified path should be preloaded.
def push(path, preload: true, **options) @request.push(path) end
def push(path, preload: true, **options) @request.push(path) end