Adding simple net::url module to parse and format urls.

This commit is contained in:
Daniel Patterson
2012-07-09 14:08:07 -04:00
committed by Graydon Hoare
parent 26e0de67e1
commit ee2abc1cae
3 changed files with 246 additions and 1 deletions

View File

@@ -5,3 +5,6 @@ export tcp;
import ip = net_ip;
export ip;
import url = net_url;
export url;