Sha256: a26b2f8f73c35bcff2078bc509561878548fd43d28794806746d1d10fd68b6b6

Contents?: true

Size: 394 Bytes

Versions: 47

Compression:

Stored size: 394 Bytes

Contents

module HTTPX
  module Transcoder
    module Body
      class Error < HTTPX::Error
      end

      class Encoder
        extend Forwardable

        include _Encoder
        include _ToS

        @raw: bodyIO

        def content_type: () -> String

        private

        def initialize: (untyped body) -> untyped
      end

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

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
httpx-0.18.3 sig/transcoder/body.rbs
httpx-0.18.2 sig/transcoder/body.rbs
httpx-0.18.1 sig/transcoder/body.rbs
httpx-0.18.0 sig/transcoder/body.rbs
httpx-0.17.0 sig/transcoder/body.rbs
httpx-0.16.1 sig/transcoder/body.rbs
httpx-0.16.0 sig/transcoder/body.rbs