Tagged Questions

4
votes
4answers
329 views

REST and URI Caching

As I understand it, using a hypertext-driven RESTful Web service, a client is not supposed to know anything about server URI layout except for a couple of well-known entry points. This is supposed to ...
0
votes
1answer
40 views

REST: What is a good Hypermedia and Resource Caching Strategy?

If I have a RESTful service that has discoverable resources via an endpoint such as: Request: GET http://acme.org/someInfo Response: HTTP/1.1 200 OK Content-Length: ... Content-Type: ...