golang的http分析
摘要:首先,要认识一个贯穿始终的接口http.Handler type Handler interface { ServeHTTP(ResponseWriter, *Request) } 其中,两个参数,一个是表示响应的接口,另一个表示请求。具体方法先忽略: type ResponseWriter int
        阅读全文
        
            posted @ 2017-04-02 00:02
            posted @ 2017-04-02 00:02
            posted @ 2017-01-19 00:45
            posted @ 2015-09-07 21:27