
Last chance! 50% off unlimited learning
Sale ends in
parse_url(url)build_url(url)
build_url
a url to turn back into a string.parse_url("http://google.com/")
parse_url("http://google.com:80/")
parse_url("http://google.com:80/?a=1&b=2")
build_url(parse_url("http://google.com/"))
Run the code above in your browser using DataLab