HTTP-Anfragemethoden-Referenz

Prüfen Sie HTTP-Methoden wie GET, POST, PUT, PATCH, DELETE und OPTIONS. Nutzen Sie die Referenz beim Entwerfen, Dokumentieren und Debuggen von Web-APIs.

Serial numberMethodologyDescription
1GETAsk for specified page information and return the entity's main subject.
2HEADSimilar to the Get request, except that the return response did not contain specific elements for obtaining the header
3POSTThe data are included in the request body. POST requests may result in the creation of new resources and/or modification of existing resources.
4PUTReplaces the contents of the specified document with the data transmitted from the client to the server.
5DELETEThe server is requested to delete the given page.
6CONNECTThe HTTP/1.1 protocol provides for proxy servers that can convert connections to conduits.
7OPTIONSAllows the client to view the server performance.
8TRACERetrospect servers receive requests, mainly for testing or diagnosis.
9PATCHThe entity includes a table indicating the difference from the original content indicated by the URL.
10MOVEThe server is requested to move the specified page to another web address.
11COPYThe server is requested to copy the specified page to another web address.
12LINKThe server is requested to establish a link.
13UNLINKDisconnect.
14WRAPPEDAllows clients to send sealed requests.
15Extension-mothedAdditional methods could be added without altering the agreement.
Zuletzt verwendet: