Adds :status field to %Whois.Record{} struct. The status of a domain name is important as it can tell if the domain name can be transferred (clientTransferProhibited), if it's expired (redemptionPeriod), if it's about to be deleted (pendingDelete) etc.
Adds :status field to %Whois.Record{} struct. The
status
of a domain name is important as it can tell if the domain name can be transferred (clientTransferProhibited
), if it's expired (redemptionPeriod
), if it's about to be deleted (pendingDelete
) etc.