Sha256: 37bb27cf6ae0a439009eb4dd50532db76f810da8c970a0df0ec8cb54efd4ae7a
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 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 initalize: (Hash[Symbol | string, HTTP::FormData::Part | string] multipart_data) -> untyped end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
httpx-0.10.0 | sig/plugins/multipart.rbs |