|
|
|
|
|
by xg15
3328 days ago
|
|
HTTP != REST though, as the article notes. There are other ways to use port 80/443 that neither violate HTTP nor go full REST - websocket being an (extreme) example. Even the HTTP monopoly is changing. There are lots of new protocols (HTTP2, QUIC, WebRTC) that work besides firewalls and things like ALPN gives a standardized way to tunnel new protocols over an encrypted connection. |
|
The article might note it, and Roy might insist on it, but nobody cares.
For all intents and purposes, what people call REST in practical use is RPC over HTTP with JSON responses.