whois v0.0.1 Whois.Record

Summary

Functions

Parses the raw WHOIS server response in raw into a %Whois.Record{}

Types

date :: %{day: integer, month: integer, year: integer}
t :: %Whois.Record{created_at: date, domain: String.t, expires_at: date, nameservers: [String.t], raw: String.t, registrar: String.t, updated_at: date}

Functions

parse(raw)

Specs

parse(String.t) :: t

Parses the raw WHOIS server response in raw into a %Whois.Record{}.