3.2.2 http URL
The "http" scheme is used to locate network resources via the HTTP protocol. This section defines the scheme-specific syntax and semantics for http URLs.
http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]]
本文详细介绍了 HTTP 协议中 URL 的组成及语法语义,包括 http_URL 的具体构成元素如 host、port、路径等,为理解 HTTP 请求资源定位提供基础。
The "http" scheme is used to locate network resources via the HTTP protocol. This section defines the scheme-specific syntax and semantics for http URLs.
http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]]

被折叠的 条评论
为什么被折叠?