On Monday, 28 January 2019 at 18:36:11 UTC, bauss wrote: > On Monday, 28 January 2019 at 17:53:17 UTC, Victor Porton wrote: >> Which type should I use to represent (absolute) URIs (or URLs)? ... > https://dlang.org/phobos/std_uri.html This modules does not contain a type to represent URIs. OK, I will use alias URI = string;