Sha256: 854eceb5199eb37fac013baedb8fe8f639a7b1abcfdb721cd674cf2f0b60934b
Contents?: true
Size: 323 Bytes
Versions: 19
Compression:
Stored size: 323 Bytes
Contents
module HTTPX module Transcoder module Body class Encoder 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
19 entries across 19 versions & 1 rubygems