Sha256: 38b2422158d139e1d8bf9b68fbfd710d88b2b16db3f4dba22cb7e54cab69201f
Contents?: true
Size: 626 Bytes
Versions: 9
Compression:
Stored size: 626 Bytes
Contents
module HTTPX module Resolver module ResolverMixin include Callbacks include Loggable CHECK_IF_IP: ^(String name) -> bool def uncache: (Connection) -> void private def emit_addresses: (Connection, Array[ipaddr]) -> void def early_resolve: (Connection, ?hostname: String) -> void def ip_resolve: (String hostname) -> Array[ipaddr]? def system_resolve: (String hostname) -> Array[ipaddr]? def emit_resolve_error: (Connection, ?String hostname, ?StandardError) -> void def resolve_error: (String hostname, ?StandardError?) -> void end end end
Version data entries
9 entries across 9 versions & 1 rubygems