Skip to content

antiufo/Shaman.Tld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Shaman.Tld

Low-allocation version of DomainNameParser.

using Shaman.Runtime;

Tld.GetTldRulesCallback => () => File.ReadAllText("public_suffix_list.dat"); // Only read once

Tld.GetDomainFromHost("host1.example.co.uk"); // "example.co.uk"

About

Repackaged version of DomainName.Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages