sig/httpx.rbs in httpx-0.24.7 vs sig/httpx.rbs in httpx-1.0.0
- old
+ new
@@ -3,10 +3,11 @@
EMPTY: Array[untyped]
VERSION: String
- type uri = URI::HTTP | URI::HTTPS | string
+ type http_uri = URI::HTTP | URI::HTTPS
+ type uri = http_uri | string
type generic_uri = String | URI::Generic
type verb = "OPTIONS" | "GET" | "HEAD" | "POST" | "PUT" | "DELETE" | "TRACE" | "CONNECT" |
"PROPFIND" | "PROPPATCH" | "MKCOL" | "COPY" | "MOVE" | "LOCK" | "UNLOCK" | "ORDERPATCH" |
"ACL" | "REPORT" | "PATCH" | "SEARCH"
\ No newline at end of file