Which is a valid description of REST?
Which is a valid description of REST?
REST is the conventional way of interacting with information resources. It is based on stateless, client-server communication, typically over HTTP, and it uses standard HTTP methods such as GET, POST, PUT, and DELETE. REST is not a standard or library, but an architectural style for designing networked applications.
Answer C- REST is the conventional way of interacting with information resources. REST is centered around an abstraction know as a "resource". Any named piece of information can be a resource.
C is the correct answer here