Sha256: 28e49a4af1d5ffc9187dbee7b5efd9f253c0aebaf565a40fef885f0d922f8a37

Contents?: true

Size: 500 Bytes

Versions: 11

Compression:

Stored size: 500 Bytes

Contents

module HTTPX
  extend Chainable

  VERSION: String

  type uri = URI::HTTP | URI::HTTPS | 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

  module Plugins
    def self?.load_plugin: (Symbol) -> Module

    def self?.register_plugin: (Symbol, Module) -> void
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
httpx-0.18.7 sig/httpx.rbs
httpx-0.18.6 sig/httpx.rbs
httpx-0.18.5 sig/httpx.rbs
httpx-0.18.4 sig/httpx.rbs
httpx-0.18.3 sig/httpx.rbs
httpx-0.18.2 sig/httpx.rbs
httpx-0.18.1 sig/httpx.rbs
httpx-0.18.0 sig/httpx.rbs
httpx-0.17.0 sig/httpx.rbs
httpx-0.16.1 sig/httpx.rbs
httpx-0.16.0 sig/httpx.rbs