Set the serialized data after parsing(设置解析完后序列化数据)
(router IRouter)
| 25 | SetResponse(IcResp) // Set the serialized data after parsing(设置解析完后序列化数据) |
| 26 | |
| 27 | BindRouter(router IRouter) // Bind which router handles this request(绑定这次请求由哪个路由处理) |
| 28 | // Move on to the next handler to start execution, but the function that calls this method will execute in reverse order of their order |
| 29 | // (转进到下一个处理器开始执行 但是调用此方法的函数会根据先后顺序逆序执行) |
| 30 | Call() |