class Falcon::Adapters::EarlyHints

def push(path, preload: true, **options)

@parameter preload [Boolean] whether the client should preload the resource.
@parameter path [String]
Advise the request that the specified path should be preloaded.
def push(path, preload: true, **options)
	@request.push(path)
end