Sha256: 2db917922b932aa15b5044a3e12a6b3f0c2e7167e8816f26e5ea3a05dc506c0d

Contents?: true

Size: 470 Bytes

Versions: 34

Compression:

Stored size: 470 Bytes

Contents

module HTTPX
  module Plugins
    module H2C
      VALID_H2C_VERBS: Array[Symbol]

      def self.load_dependencies: (*untyped) -> void
      def self.configure: (singleton(Session)) -> void
      def self.call: (Connection, Request, response) -> void

      class H2CParser < Connection::HTTP2
        def upgrade: (Request, Response) -> void
      end

      module ConnectionMethods
        def upgrade_to_h2c: (Request, Response) -> void
      end
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
httpx-0.22.5 sig/plugins/h2c.rbs
httpx-0.22.4 sig/plugins/h2c.rbs
httpx-0.22.3 sig/plugins/h2c.rbs
httpx-0.22.2 sig/plugins/h2c.rbs
httpx-0.22.1 sig/plugins/h2c.rbs
httpx-0.22.0 sig/plugins/h2c.rbs
httpx-0.21.1 sig/plugins/h2c.rbs
httpx-0.21.0 sig/plugins/h2c.rbs
httpx-0.20.5 sig/plugins/h2c.rbs
httpx-0.20.4 sig/plugins/h2c.rbs
httpx-0.20.3 sig/plugins/h2c.rbs
httpx-0.20.2 sig/plugins/h2c.rbs
httpx-0.20.1 sig/plugins/h2c.rbs
httpx-0.20.0 sig/plugins/h2c.rbs
httpx-0.19.8 sig/plugins/h2c.rbs
httpx-0.19.7 sig/plugins/h2c.rbs
httpx-0.19.6 sig/plugins/h2c.rbs
httpx-0.19.5 sig/plugins/h2c.rbs
httpx-0.19.4 sig/plugins/h2c.rbs
httpx-0.19.3 sig/plugins/h2c.rbs