This commit is contained in:
Adam D. Ruppe 2025-05-20 10:12:07 -04:00
parent f5d0747ea5
commit 4ce9cdfd73
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -3132,7 +3132,7 @@ struct Uri {
string scheme; /// e.g. "http" in "http://example.com/"
string userinfo; /// the username (and possibly a password) in the uri
string host; /// the domain name
string host; /// the domain name. note it may be an ip address or have percent encoding too.
int port; /// port number, if given. Will be zero if a port was not explicitly given
string path; /// e.g. "/folder/file.html" in "http://example.com/folder/file.html"
string query; /// the stuff after the ? in a uri