in Technology by

What are RESTful webservices?

Please log in or register to answer this question.

1 Answer

0 votes
by

Web services based on REST Architecture are known as RESTful web services. These web services use HTTP methods to implement the concept of REST architecture. A RESTful web service usually defines a URI, Uniform Resource Identifier a service, provides resource representation such as JSON and set of HTTP Methods.

Related questions

...