Sha256: 168d16029751aaacd3168740050b65a0e173a466a32e4e9d0f90c7fcb82eb50e

Contents?: true

Size: 286 Bytes

Versions: 20

Compression:

Stored size: 286 Bytes

Contents

module HTTPX
  module Transcoder
    class BodyReader
      @body: _Reader | _Each[String]

      def initialize: (bodyIO body) -> void

      def bytesize: () -> (Integer | Float)

      def read: (?int? length, ?string outbuf) -> String?

      def close: () -> void
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
httpx-1.3.4 sig/transcoder/utils/body_reader.rbs
httpx-1.3.3 sig/transcoder/utils/body_reader.rbs
httpx-1.3.2 sig/transcoder/utils/body_reader.rbs
httpx-1.3.1 sig/transcoder/utils/body_reader.rbs
httpx-1.3.0 sig/transcoder/utils/body_reader.rbs
httpx-1.2.6 sig/transcoder/utils/body_reader.rbs
httpx-1.2.4 sig/transcoder/utils/body_reader.rbs
httpx-1.2.3 sig/transcoder/utils/body_reader.rbs
httpx-1.2.2 sig/transcoder/utils/body_reader.rbs
httpx-1.2.1 sig/transcoder/utils/body_reader.rbs
httpx-1.2.0 sig/transcoder/utils/body_reader.rbs
httpx-1.1.5 sig/transcoder/utils/body_reader.rbs
httpx-1.1.4 sig/transcoder/utils/body_reader.rbs
httpx-1.1.3 sig/transcoder/utils/body_reader.rbs
httpx-1.1.2 sig/transcoder/utils/body_reader.rbs
httpx-1.1.1 sig/transcoder/utils/body_reader.rbs
httpx-1.1.0 sig/transcoder/utils/body_reader.rbs
httpx-1.0.2 sig/transcoder/utils/body_reader.rbs
httpx-1.0.1 sig/transcoder/utils/body_reader.rbs
httpx-1.0.0 sig/transcoder/utils/body_reader.rbs