NYC's Blog - Golang http server代码原理学习 的评论 http://niyanchun.com/go-http-server-learning.html 本文基于Go 1.7.1,所有列的Go标准库的代码均来自于go/src/net/http/server.go文件。代码列的有点多,感觉有点乱,但是感觉代码列不全对于想看代码的人又难受。好吧,其实... NYC http://niyanchun.com/go-http-server-learning.html/comment-page-1#comment-526 2018-12-24T18:20:37+08:00 能耐心看完也是不容易 :eek: ganxie http://niyanchun.com/go-http-server-learning.html/comment-page-1#comment-525 2018-12-24T17:32:40+08:00 唯一一个把server里面handler和servemux之间关系讲清楚的 。 NYC http://niyanchun.com/go-http-server-learning.html/comment-page-1#comment-440 2018-03-21T15:13:50+08:00 客气~ Redmond http://niyanchun.com/go-http-server-learning.html/comment-page-1#comment-439 2018-03-21T14:45:49+08:00 挺透彻的,可能在第一次看文章的时候有些乱,但我在看serverHandler{c.server}.ServeHTTP(http.ResponseWriter, *http.Request)入口的地方,很多文章都没有讲到serverHandler结构,看到了你的文章,甚是高兴.谢谢分享 NYC http://niyanchun.com/go-http-server-learning.html/comment-page-1#comment-260 2017-05-12T11:15:15+08:00 时间久了再回头来看自己写的,的确是有点乱啊 :cry: