Hacker News new | ask | show | jobs
by rumanator 2106 days ago
> These concepts were developed for the web. Not APIs on the web, but HTTP itself.

This assertion is just plain wrong. REST is an architectural principle focused on providing APIs for web services, and Roy Fielding was quite vocal in making it extremely clear that there is nothing in REST that is HTTP-specific, let alone makes it tied to HTTP. REST is an architectural style that relied on the concept of resources, which should be linkable. That's it.

1 comments

there is nothing http (or HTML) specific in REST, but REST itself is specific to the domain problem where http and HTML are used
What domain problem is that? Communicating through a network?
it is the domain of CDN-like servers