mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-15 00:00:39 -04:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
module HTTPX
|
|
module Transcoder
|
|
module Body
|
|
class Encoder
|
|
include _Encoder
|
|
include _ToS
|
|
|
|
@raw: bodyIO
|
|
|
|
private
|
|
|
|
def initialize: (untyped body ) -> untyped
|
|
end
|
|
|
|
def self?.encode: (bodyIO body) -> Encoder
|
|
end
|
|
end
|
|
end |