sig/request/body.rbs in httpx-1.0.2 vs sig/request/body.rbs in httpx-1.1.0
- old
+ new
@@ -1,8 +1,6 @@
module HTTPX
class Request::Body
- attr_reader threshold_size: Integer?
-
@headers: Headers
@body: body_encoder?
@unbounded_body: bool
def initialize: (Headers headers, Options options) -> void
\ No newline at end of file