Sha256: 7247d84d4da32f964ed9620389390c19eafde43df6a8c078c56103c1a8e81802

Contents?: true

Size: 285 Bytes

Versions: 91

Compression:

Stored size: 285 Bytes

Contents

module HTTPX
  class DomainName
    type domain = string | DomainName

    include Comparable

    def normalize: (String) -> String

    def cookie_domain?: (domain, ?bool?) -> bool

    def self.new: (domain) -> untyped

    private

    def initialize: (string) -> untyped
  end
end

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
httpx-1.4.1 sig/domain_name.rbs
httpx-1.4.0 sig/domain_name.rbs
httpx-1.3.4 sig/domain_name.rbs
httpx-1.3.3 sig/domain_name.rbs
httpx-1.3.2 sig/domain_name.rbs
httpx-1.3.1 sig/domain_name.rbs
httpx-1.3.0 sig/domain_name.rbs
httpx-1.2.6 sig/domain_name.rbs
httpx-1.2.4 sig/domain_name.rbs
httpx-1.2.3 sig/domain_name.rbs
httpx-1.2.2 sig/domain_name.rbs
httpx-1.2.1 sig/domain_name.rbs
httpx-1.2.0 sig/domain_name.rbs
httpx-1.1.5 sig/domain_name.rbs
httpx-1.1.4 sig/domain_name.rbs
httpx-1.1.3 sig/domain_name.rbs
httpx-1.1.2 sig/domain_name.rbs
httpx-1.1.1 sig/domain_name.rbs
httpx-1.1.0 sig/domain_name.rbs
httpx-1.0.2 sig/domain_name.rbs