Sha256: ffd3b08aafa1da2688fceccd95ae971ccba9a59d19ffe7d0912fb70594c0bdf3
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
module HTTPX module Plugins module Multipart def self.load_dependencies: (singleton(Session)) -> void def self.configure: (*untyped) -> void def self?.encode: (untyped) -> Encoder class Encoder include Transcoder::_Encoder include _ToS include _Reader private def initialize: (Hash[Symbol | string, HTTP::FormData::Part | string] multipart_data) -> untyped def multipart?: (top) -> bool end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
httpx-0.10.2 | sig/plugins/multipart.rbs |
httpx-0.10.1 | sig/plugins/multipart.rbs |