Kizspy | Question: 16
(Choose 2 answers)
Which statements about REST and Express.js routing are true?
A. REST stands for Representational State Transfer.
B. REST requires using SOAP protocol.
C. Express.js supports RESTful routing through methods like app.get, app.post, app.put, and app.delete.
D. RESTful routes do not include HTTP verbs.