sig/connection/http2.rbs in httpx-0.14.0 vs sig/connection/http2.rbs in httpx-0.14.1
- old
+ new
@@ -41,10 +41,10 @@
def send_pending: () -> void
def headline_uri: (Request) -> String
- def set_protocol_headers: (Request) -> void
+ 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