Move network.url to net.uri

This commit is contained in:
2017-06-27 13:23:17 +02:00
parent 2c9867c577
commit 2af0db04bd
3 changed files with 582 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
*/
deprecated("Use tanya.net.uri instead")
module tanya.network.url;
import std.ascii : isAlphaNum, isDigit;