sig/connection/http1.rbs in httpx-0.11.3 vs sig/connection/http1.rbs in httpx-0.12.0

- old
+ new

@@ -29,11 +29,11 @@ def handle_error: (StandardError ex) -> void def on_headers: (Hash[String, Array[String]] headers) -> void - def on_trailers: (Array[String, String] headers) -> void + def on_trailers: (Hash[String, Array[String]] headers) -> void def on_data: (string chunk) -> void def on_complete: () -> void @@ -49,10 +49,10 @@ def disable: () -> void def disable_pipelining: () -> void - def set_request_headers: (Request) -> void + def set_protocol_headers: (Request) -> void def headline_uri: (Request) -> String def handle: (Request request) -> void \ No newline at end of file