Sha256: 1dbe7f9d88cb3aba273ef3ddc9fee4b3ad077be8604612b4241f6c57dad20788
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
module HTTPX::Transcoder module JSON def self?.encode: (_ToJson json) -> Encoder class Encoder extend Forwardable include _Encoder include _ToS def content_type: () -> String private def initialize: (_ToJson json) -> untyped end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
httpx-0.16.1 | sig/transcoder/json.rbs |
httpx-0.16.0 | sig/transcoder/json.rbs |