Possible duplicates:What is REST? [closed]Does the WCF REST client support WebChannelFactory REST services that use redirects? What I do not understand in REST?
What is the REST command in HTTP? I know the GET and POST that I used to receive or send data to / from the server. But what exactly does REST do?
REST is not a valid HTTP command; they are limited to GET, POST, PUT, OPTIONS, HEAD and DELETE, TRACE and CONNECT (at least in HTTP / 1.1).
REST , , HTTP. . , , -, , .
, .
REST HTTP-. REpresentational State Transfer. REST ...
Actaully REST HTTP, HTTP.
.
EDIT:
, SO-.
REST - , HTTP-, GET, POST PUT. , "REST", HTTP REST-ful.
Wikipedia. REST - . DELETE, GET, PUT - , HTTP.
, - . REST HTTP.
RESTful HTTP, GET POST.
REST - , : REST
RESTFUL web services use basic HTTP verbs to create stateless calls. The service structure should use nouns, for example:
http: // myhost / pictures / 3
will return an image with id 3. This is a basic example. Most sedative services are structured similarly to this.
Source: https://habr.com/ru/post/1721084/More articles:SSIS: How to pull an SQL statement from a file into a string variable? - variablesGuest application web application - javajava: search and replace in a stream - javaCan Java be used to write a Win32 system service? - javaSql Получить всех детей родителя - sql.htaccess 301 redirect to the main page if the page is not found - apacheNeed advice on creating a new ASP.NET application - jqueryBDD Testing Structures - RSpec and Cucumber - objective-cProblem understanding XOR linked list - linked-listSuggestions for correcting people's names, so they are capitalized correctly - phpAll Articles