sig/request.rbs in httpx-0.10.0 vs sig/request.rbs in httpx-0.10.1

- old
+ new

@@ -43,10 +43,10 @@ def initialize: (Headers, Options) -> untyped def each: () { (String) -> void } -> void | () -> Enumerable[String] def empty?: () -> bool - def bytesize: () -> Integer + def bytesize: () -> Numeric def stream: (Transcoder::_Encoder) -> bodyIO def unbounded_body?: () -> bool def chunked?: () -> bool def chunk!: () -> void def inspect: () -> String