What is a characteristic of the REST API?

Understand the Problem

The question is asking about the characteristics or features that define a REST API (Representational State Transfer Application Programming Interface), which are crucial for its functionality and usage in web services.

Answer

Stateless

One characteristic of a REST API is that it is stateless.

Answer for screen readers

One characteristic of a REST API is that it is stateless.

More Information

Being stateless means each request from client to server must contain all the information needed to understand and process the request.

Tips

People often confuse REST with SOAP and other API styles. Remember that REST APIs do not retain session state between requests, unlike some other protocols.

Thank you for voting!
Use Quizgecko on...
Browser
Browser