MCPcopy Index your code
hub / github.com/aceld/zinx / SetResponse

Method SetResponse

ziface/irequest.go:25–25  ·  view source on GitHub ↗

Get the serialized data after parsing(获取解析完后序列化数据)

(IcResp)

Source from the content-addressed store, hash-verified

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

Callers 1

ProceedWithIMessageMethod · 0.65

Implementers 2

BaseRequestziface/irequest.go
Requestznet/request.go

Calls

no outgoing calls

Tested by

no test coverage detected