Building RESTful Web Services with .NET Core
上QQ阅读APP看书,第一时间看更新

REST

REST is an architectural style for providing standards between computer systems on the web, so that systems can communicate with each other easily. Services compliant to the REST style are often called RESTful services.

Let's talk about a few important constraints of a web service when it is tagged as RESTful.