Please enable JavaScript.
Coggle requires JavaScript to display documents.
REST services Interview Questions image - Coggle Diagram
REST services Interview Questions
REST API
-
-
-
URL is based
request
-
RESTful API
services
-
-
URI
-
types
URN
-
URL
-
-
-
RESTful service features
HTTP
fetching
-
resources
accessed by
URIs
-
client-server
based
communication
"Messaging"
statelessness
client state
not on server
context
provided
client
HTTP Status codes
-
-
3xx
redirects
4xx
-
-
-
-
-
5xx
-
-
-
Payload
POST
request body data
object to add