Get the serialized data after parsing(获取解析完后序列化数据)
(IcResp)
| 23 | |
| 24 | GetResponse() IcResp // Get the serialized data after parsing(获取解析完后序列化数据) |
| 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 |