uri parsing complete

This commit is contained in:
akasza 2014-11-06 19:52:03 -08:00
parent 69ce4d3038
commit ea79c07730

View file

@ -61,15 +61,9 @@ function decompose_uri(s: string): URI
{
parts = split1(opv[each], /=/);
# why does the order here matter?
u$params_k[each] = parts[1];
u$params_v[each] = parts[2];
}
else
{
# malformed URI
# domain.tld/path/file.ext?foo&
}
}
}
else