Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 441 Bytes

README.MD

File metadata and controls

23 lines (19 loc) · 441 Bytes

ares-fw

ares-fw(ares-framework) include web request(http) and tcp request

web request

integrate gin include restful request

addr/{serviceName}/{methodName}  

or rpc request

 requestBody ={
     "serviceName":"service",
     "methodName":"method",
     "payLoad":"body"
 }

tcp request

integrate gnet called method by registed msgId