haskell / network-uri

URI manipulation facilities
Other
24 stars 33 forks source link

Add isHost predicate #87

Open alexbiehl opened 5 months ago

alexbiehl commented 5 months ago

I am constantly finding myself in situations where I have to validate URI hosts specifically. Exporting a check from here would help.

ezrakilty commented 4 months ago

Very nice, thank you.