A Brief Discussion on HTTP and RPC
Source: blog.csdn.net/m0_38110132/ article/details/81481454 OSI Network Seven Layer Model RPC Service RPC Architecture Sync and Async Calls Popular RPC Frameworks HTTP Service Summary For a long time, I haven’t really clarified the difference between RPC (Remote Procedure Call) and HTTP calls. Aren’t they just about writing a service and then calling it on the client side? … Read more