我想知道这些东西有哪些不同的名称:
localhost (host?)
localhost:3000 (address?)
http://localhost:3000 (url base?)
http://localhost:3000/xyz (url resource?)
上述不同实体的最佳名称是什么?
答案1
不同实体的最佳名称是什么?
userinfo host port ┌──┴───┐ ┌──────┴──────┐ ┌┴┐ https://[email protected]:123/forum/questions/?tag=networking&order=newest#top └─┬─┘ └───────────┬──────────────┘└───────┬───────┘ └───────────┬─────────────┘ └┬┘ scheme authority path query fragment
上图显示了 URI 所有部分的名称(其中方案为HTTP
或HTTPS
)。