module Async::HTTP::Protocol::Configurable

def new(**options)

def new(**options)
	Configured.new(self, **options)
end