libstd: Export the url() constructor from net_url
This commit is contained in:
parent
aefc884cf6
commit
199ed4d940
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import map::{hashmap, str_hash};
|
|||
import io::{Reader, ReaderUtil};
|
||||
import dvec::DVec;
|
||||
|
||||
export Url, userinfo, query;
|
||||
export Url, url, userinfo, query;
|
||||
export from_str, to_str;
|
||||
export get_scheme;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue