9 ms·
There's no such thing as REST spec. The closes mechanism to actual REST is to create a resource using POST and then query it using GET. You have the added benef
by nesarkvechnep 3mo ago
There's no such thing as REST spec. The closes mechanism to actual REST is to create a resource using POST and then query it using GET. You have the added benefit of the resource being cacheable.
- darig 3mo ago[dead]
- EnnEmmEss 3mo agoTo clarify, by REST spec I meant the state of access defined by https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/....
- nesarkvechnep 3mo agoThis is just HTTP. The definitive guide to REST is "Architectural Styles and the Design of Network-based Software Architectures" by Roy Fielding.