sig/connection/http2.rbs in httpx-0.18.0 vs sig/connection/http2.rbs in httpx-0.18.1
- old
+ new
@@ -90,7 +90,10 @@
def on_pong: (string ping) -> void
class Error < ::HTTPX::Error
end
+
+ class GoawayError < Error
+ end
end
end
\ No newline at end of file