http:// 是否被视为具有方案 http 和空路径的 URI?

Is http:// considered as a URI with scheme http and an empty path?

http:// 是否被视为具有空路径的 URI?因此 http 是方案,// 是路径值(带有空路径),因此它将是一个有效的 URI。

RFC 3986, section 3:

The scheme and path components are required, though the path may be empty (no characters)

希望这能回答您的问题。

(found here)