Sha256: 9fe880f19c4dba64d6951bd386fbf6c368dddc1350a66faf3aaf854b681693e6
Contents?: true
Size: 394 Bytes
Versions: 21
Compression:
Stored size: 394 Bytes
Contents
module HTTPX 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 module Plugins end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
httpx-0.10.1 | sig/httpx.rbs |