libstd: Export query_to_str from net::url
This commit is contained in:
parent
ac31fdd9c4
commit
bb348ccab1
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import dvec::DVec;
|
|||
export Url, url, userinfo, query;
|
||||
export from_str, to_str;
|
||||
export get_scheme;
|
||||
export query_to_str;
|
||||
|
||||
export encode, decode;
|
||||
export encode_component, decode_component;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue