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