Sha256: 447f765e7d3b7e1fe53956f28ddd2b2b6821fd4862d6b84a5acc306605cd3687

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 Bytes

Contents

module HTTPX
  type bodyIO = _Reader | _Each[String, untyped] | _ToS

  module Transcoder
    extend HTTPX::Registry[String, Class]

    def self.normalize_keys: (string | Symbol, top) { (string, top) -> void } -> void
                           | (string | Symbol, top) { (string) -> void } -> void

    interface _Encoder
      def bytesize: () -> Numeric
    end

    interface _Decoder
      def decode: (string) -> String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
httpx-0.10.2 sig/transcoder.rbs
httpx-0.10.1 sig/transcoder.rbs