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.15.4 sig/httpx.rbs
httpx-0.15.3 sig/httpx.rbs
httpx-0.15.2 sig/httpx.rbs
httpx-0.15.1 sig/httpx.rbs
httpx-0.15.0 sig/httpx.rbs
httpx-0.14.5 sig/httpx.rbs
httpx-0.14.4 sig/httpx.rbs
httpx-0.14.3 sig/httpx.rbs
httpx-0.14.2 sig/httpx.rbs
httpx-0.14.1 sig/httpx.rbs
httpx-0.14.0 sig/httpx.rbs
httpx-0.13.2 sig/httpx.rbs
httpx-0.13.1 sig/httpx.rbs
httpx-0.13.0 sig/httpx.rbs
httpx-0.12.0 sig/httpx.rbs
httpx-0.11.3 sig/httpx.rbs
httpx-0.11.2 sig/httpx.rbs
httpx-0.11.1 sig/httpx.rbs
httpx-0.11.0 sig/httpx.rbs
httpx-0.10.2 sig/httpx.rbs