What do you call the entire first part of a URL?

后端 未结 8 1618
误落风尘
误落风尘 2020-12-12 23:35

If I have a URL like:

http://www.example.com:9090/test.html

Then I know that www.example.com is the host name, but what do you

8条回答
  •  攒了一身酷
    2020-12-13 00:00

    FWIW, the .Net framework Uri class goes for "GetLeftPart()". It's irritating not having a proper name for "scheme + authority"

提交回复
热议问题