Documentation

Std.Internal.Async.DNS

Represents a resolved hostname and service name from a socket address.

  • host : String

    The resolved hostname (e.g., "example.com").

  • service : String

    The service name (e.g., "http" for port 80).

Instances For
    @[inline]

    Asynchronously resolves a hostname and service to an array of socket addresses.

    Instances For
      @[inline]

      Performs a reverse DNS lookup on a SocketAddress.

      Instances For