sig/plugins/stream.rbs in httpx-0.15.4 vs sig/plugins/stream.rbs in httpx-0.16.0
- old
+ new
@@ -33,8 +33,8 @@
def stream: () -> StreamResponse?
end
end
- type sessionStream = Session & Plugins::Stream::InstanceMethods
+ type sessionStream = Session & Stream::InstanceMethods
end
end