sig/request.rbs in httpx-0.10.2 vs sig/request.rbs in httpx-0.11.0
- old
+ new
@@ -35,10 +35,10 @@
def inspect: () -> String
def transition: (Symbol) -> void
- def expects?: () -> bool
+ def expects?: () -> boolish
class Body
def initialize: (Headers, Options) -> untyped
def each: () { (String) -> void } -> void
| () -> Enumerable[String]