Module: Async::HTTP::Protocol::Configurable
Instance Method Summary collapse
Instance Method Details
#new(**options) ⇒ Object
37 38 39 |
# File 'lib/async/http/protocol/configurable.rb', line 37 def new(**) Configured.new(self, **) end |