Update src/roadmaps/aspnet-core/content/109-api-clients/100-rest/index.md

This commit is contained in:
Kamran Ahmed
2023-01-14 15:05:33 +04:00
committed by GitHub
parent 45ed8d3ec1
commit 277d7815b9

View File

@@ -1,4 +1,4 @@
# Rest
# REST
REST (Representational State Transfer) is an architectural style for building web services. It is based on the principles of the HTTP protocol, and it uses the conventions of HTTP to create a standard interface for interacting with web services.