Sha256: 514fb29921a24261ceec8022cef852213ae6b1e6b56586c4bac87cc9434c8892

Contents?: true

Size: 461 Bytes

Versions: 19

Compression:

Stored size: 461 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, ?Proc?) { (string, top) -> void } -> void
                           | (string | Symbol, top, ?Proc?) { (string) -> void } -> void

    interface _Encoder
      def bytesize: () -> Numeric
    end

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
httpx-0.15.4 sig/transcoder.rbs
httpx-0.15.3 sig/transcoder.rbs
httpx-0.15.2 sig/transcoder.rbs
httpx-0.15.1 sig/transcoder.rbs
httpx-0.15.0 sig/transcoder.rbs
httpx-0.14.5 sig/transcoder.rbs
httpx-0.14.4 sig/transcoder.rbs
httpx-0.14.3 sig/transcoder.rbs
httpx-0.14.2 sig/transcoder.rbs
httpx-0.14.1 sig/transcoder.rbs
httpx-0.14.0 sig/transcoder.rbs
httpx-0.13.2 sig/transcoder.rbs
httpx-0.13.1 sig/transcoder.rbs
httpx-0.13.0 sig/transcoder.rbs
httpx-0.12.0 sig/transcoder.rbs
httpx-0.11.3 sig/transcoder.rbs
httpx-0.11.2 sig/transcoder.rbs
httpx-0.11.1 sig/transcoder.rbs
httpx-0.11.0 sig/transcoder.rbs