Web API вопросы и ответы для интервью
Вопрос 31. What is the purpose of the HTTP DELETE method?
The DELETE method is used to request the removal of a resource identified by the URI. It is often used to delete a resource on the server.
Example:
DELETE /users/1
Это полезно?
Добавить комментарий
Посмотреть комментарии
Самое полезное по оценкам пользователей: