restfully
- 网络平安地
-
In these cases the GET request URI is not used properly or at least not used RESTfully .
在这些情况下,GET请求URI属于不正确使用,或者至少不是以基于REST的方式使用。
-
It makes an asynchronous call to the data that we exposed RESTfully in the previous step .
它对上一步中以REST形式显示的数据进行了异步调用。
-
It is very RESTfully designed , so you can use any code that can request data from a URL .
它是基于REST风格设计的,所以您可以使用任何用来从URL请求数据的代码。
-
The approach to describing applications RESTfully that I presented in the previous section has some odd as well as some interesting characteristics .
我在上节所采用的描述RESTful应用的方法不仅具有某些有趣的特性,亦有些古怪。
-
Distributed applications using HTTP as an application protocol , and built RESTfully , do have a contract , but of a different nature and kind .
用HTTP作为应用协议、以RESTful方式构建的分布式应用其实有一个契约,但其性质和种类却不相同。
-
Even if we ignore this objection , for those attempting to build distributed applications over HTTP RESTfully , the fundamental question remains .
即便我们无视这一异议,对于那些试图通过HTTPRESTful构建分布式应用的人来说,基本问题仍然存在。
-
Finally , you have enjoyed the inherent interoperability from interacting RESTfully by implementing consumers in different programming languages that consume the same RESTful service .
最后,您还使用不同的编程语言实现使用相同的REST式服务的使用者,从而体验到REST互操作性的强大之处。