Hi Guys..
I have to resolve this problem.. it's too hard for me..
can you help me?
I have to convert an URI into a this string:
uri(Scheme, Userinfo, Host, Port, Path, Query, Fragment).
Example..
?- parsed_uri(“ URI).
URI = uri(“http”, “”, “disco.unimib.it”, “”, “”, “”, “”)
Thank you for your support!
Jak
I have to resolve this problem.. it's too hard for me..
can you help me?
I have to convert an URI into a this string:
uri(Scheme, Userinfo, Host, Port, Path, Query, Fragment).
Example..
?- parsed_uri(“ URI).
URI = uri(“http”, “”, “disco.unimib.it”, “”, “”, “”, “”)
Thank you for your support!
Jak