serial numbermethoddescribe
1GETRequests the specified page information and returns the entity body.
2HEADSimilar to a get request, except that there is no specific content in the returned response, which is used to obtain the header
3postSubmit data to a specified resource for processing (such as submitting a form or uploading a file). The data is contained in the request body. POST requests may result in the creation of new resources and/or modification of existing resources.
4PUTData transmitted from the client side to the server supersedes the content of the specified document.
5DELETERequests the server to delete the specified page.
6CONNECTThe HTTP/1.1 protocol is reserved for proxy servers that can pipe connections.
7OPTIONSAllows the client side to view the performance of the server.
8TRACEEcho requests received by the server are primarily used for testing or diagnostics.
9PATCHThe entity contains a table that describes the difference from the original content represented by the URI.
10MOVEThe request server moves the specified page to another network address.
11КопироватьСервер запросов копирует указанную страницу на другой сетевой адрес.
12СсылкаЗапросить сервер установить связь.
13ОТССЫЛКАРазорви связь.
14ЗАВЕРНУТОПозволяет клиентской стороне отправлять инкапсулированные запросы.
15Расширение-MothedБез изменения соглашения могут быть добавлены дополнительные методы.
Ваши шаги: