Method: HTTPX::Plugins::H2C.load_dependencies

Defined in:
lib/httpx/plugins/h2c.rb

.load_dependencies(klass) ⇒ Object



15
16
17
# File 'lib/httpx/plugins/h2c.rb', line 15

def load_dependencies(klass)
  klass.plugin(:upgrade)
end