什么是端口":http"在http.Server中意味着什么?

时间:2015-07-22 06:51:10

标签: go

我正在阅读文档中http.Server的类型声明,我遇到了这个。

type Server struct {
    Addr string // TCP address to listen on, ":http" if empty
    // more...
}

如果您致电srv.ListenAndServe()srv.Addr为空字符串,则ListenAndServe会将":http"传递给net.Listenhttp/server.go)。< / p>

":http"是什么意思?

1 个答案:

答案 0 :(得分:8)

有时端口有别名。 http是80.您可以在此处看到更多名称:http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml