Sha256: 9bcfbeecc8ad099b83ce22051c6e966d2da98ec7f53e2186efaa0e5c187a3386

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

module HTTPX
  module Transcoder
    module Body
      class Encoder
        include _Encoder
        include _ToS

        @raw: bodyIO

        private

        def initialize: (untyped body ) -> untyped
      end

      def self?.encode: (bodyIO body) -> Encoder
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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