后者负责处理数据的编排和将请求代理给远程服务器。
It handles the marshalling of the data and proxies requests to remote servers.
请求方法(request method)确定数据如何发送给远程资源。
The request method determines how data will be sent to a remote resource.
应该本地存放数据,还是在处理每个请求时都远程地获取数据?对于这个问题,没有标准的答案。
There is no standard answer to the question of whether you should host the data locally or fetch it remotely per request.
应用推荐