sig/connection/http2.rbs in httpx-0.15.4 vs sig/connection/http2.rbs in httpx-0.16.0
- old
+ new
@@ -43,10 +43,10 @@
def send_pending: () -> void
def headline_uri: (Request) -> String
- def set_protocol_headers: (Request) -> _Each[headers_key, String]
+ def set_protocol_headers: (Request) -> _Each[[headers_key, String]]
def handle: (Request request, HTTP2Next::Stream stream) -> void
def init_connection: () -> void
\ No newline at end of file