sig/connection/http1.rbs in httpx-1.2.6 vs sig/connection/http1.rbs in httpx-1.3.0
- old
+ new
@@ -56,10 +56,10 @@
def timeout: () -> Numeric?
private
- def initialize: (Buffer, options) -> untyped
+ def initialize: (Buffer buffer, Options options) -> untyped
def manage_connection: (Request request, Response response) -> void
def disable: () -> void
\ No newline at end of file