Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Some key characteristics of REST
Home
SOAPUI
Some key characteristics of REST
0
votes
asked
Dec 3, 2019
in
SOAPUI
by
Sinaya
Some key characteristics of REST
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 3, 2019
by
Sinaya
Some key characteristics of REST includes
REST is stateless, therefore the SERVER has no state (or session data)
With a well-applied REST API, the server could be restarted between two calls as every data is passed to the server
Web service mostly uses POST method to make operations, whereas REST uses GET to access resources
...