sig/connection/http1.rbs in httpx-0.14.5 vs sig/connection/http1.rbs in httpx-0.15.0
- old
+ new
@@ -40,9 +40,11 @@
def dispatch: () -> void
def ping: () -> void
+ def timeout: () -> Integer
+
private
def initialize: (Buffer, options) -> untyped
def manage_connection: (Response) -> void
\ No newline at end of file