Which two methods are used for communicating session linkages between the client and the server? (Choose two.)
Representational State Transfer (REST) is a lightweight framework for designing applications that use HTTP to make calls. REST uses HTTP to perform the Create, Read, Update, and Delete (CRUD) operations between client and server. Applications interact with the services by using HTTP, POST, PUT, GET, and DELETE operations.
Currently there are no comments in this discussion, be the first to comment!