最后还有一个struct需要介绍,即Context,在Tomcat的设计中,是不直接使用Java提供的request和response,这里也参考来对应的设计,Context下包含了两个属性,Request和responseWriter,但这里两个属性是我自己建立,里面封装了go团队提供的Request和responseWriter,这样子才方便扩展我们想要的功能。
type Context struct { Req Request Rw responseWriter //对应restful的参数值 Params []string }路漫漫其修远兮,客官点个赞呗