sig/headers.rbs in httpx-0.18.7 vs sig/headers.rbs in httpx-0.19.0
- old
+ new
@@ -1,10 +1,8 @@
module HTTPX
class Headers
include _ToS
- EMPTY: Array[untyped]
-
@headers: Hash[String, Array[String]]
def self.new: (?untyped headers) -> instance
def ==: (untyped other) -> bool