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