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