httpx/sig/transcoder/json.rbs

15 lines
229 B
Plaintext

module HTTPX::Transcoder
module JSON
def self?.encode: (_ToJson json) -> Encoder
class Encoder
include _Encoder
include _ToS
private
def initalize: (_ToJson json) -> untyped
end
end
end