sig/connection/http2.rbs in httpx-0.18.6 vs sig/connection/http2.rbs in httpx-0.18.7

- old
+ new

@@ -44,18 +44,18 @@ def initialize: (Buffer, options) -> untyped def send_pending: () -> void - def headline_uri: (Request) -> String - def set_protocol_headers: (Request) -> _Each[[String, String]] def handle: (Request request, HTTP2Next::Stream stream) -> void def init_connection: () -> void def handle_stream: (HTTP2Next::Stream stream, Request request) -> void + + def join_headline: (Request request) -> String def join_headers: (HTTP2Next::Stream stream, Request request) -> void def join_trailers: (HTTP2Next::Stream stream, Request request) -> void \ No newline at end of file