sig/httpx.rbs in httpx-0.10.0 vs sig/httpx.rbs in httpx-0.10.1
- old
+ new
@@ -2,9 +2,10 @@
extend Chainable
VERSION: String
type uri = URI::HTTP | URI::HTTPS | string
+ type generic_uri = uri | 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