sig/plugins/push_promise.rbs in httpx-0.11.3 vs sig/plugins/push_promise.rbs in httpx-0.12.0
- old
+ new
@@ -9,10 +9,10 @@
end
module InstanceMethods
private
- def promise_headers: () -> Hash[HTTP2Next::Stream, Request]
+ def promise_headers: () -> Hash[HTTP2Next::Stream, Request]
def __on_promise_request: (Connection::HTTP2, HTTP2Next::Stream, headers_input) -> void
def __on_promise_response: (Connection::HTTP2, HTTP2Next::Stream, headers_input) -> void
end
end