mirror of https://github.com/adamdruppe/arsd.git
comment unfinished thing
This commit is contained in:
parent
168895801e
commit
46ec720067
2
cgi.d
2
cgi.d
|
@ -1391,6 +1391,7 @@ struct Url {
|
|||
|
||||
// This can sometimes be a big pain in the butt for me, so lots of copy/paste here to cover
|
||||
// the possibilities.
|
||||
/*
|
||||
unittest {
|
||||
auto url = Url("cool.html"); // checking relative links
|
||||
assert(url.basedOn(Url("http://test.com/what/test.html")) == "http://test.com/what/cool.html");
|
||||
|
@ -1439,6 +1440,7 @@ struct Url {
|
|||
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
string protocol;
|
||||
string server;
|
||||
|
|
Loading…
Reference in New Issue