Skip to content
🔧

HTTP-Methoden-Referenz

Netzwerk & Ops · Kostenloses Online-Tool

Semantik und Idempotenz der Methoden GET/POST/PUT/DELETE abfragen.

CoderNewbie-Team
MethodSafeIdempotentCacheableHas BodyDescription
GETYesYesYesNoRetrieve a representation of a resource.
POSTNoNoNoYesSubmit data to be processed; creates a resource.
PUTNoYesNoYesReplace the current representation of a resource.
DELETENoYesNoNoRemove a resource.
PATCHNoNoNoYesApply partial modifications to a resource.
HEADYesYesYesNoIdentical to GET but without a response body.
OPTIONSYesYesNoNoDescribe communication options for the target.
TRACEYesYesNoNoLoop-back test along the path to the target.
CONNECTNoNoNoNoEstablish a tunnel to the server (e.g. TLS).

RFC 9110-konform

Abdeckung aller in HTTP-Semantik definierten Standard-HTTP-Methoden.

Durchsuchbar

Sofort nach Methodenname oder Beschreibung filtern.

Eigenschafts-Flags

Auf einen Blick sehen, welche Methoden safe, idempotent oder cacheable sind.

So verwendest du HTTP-Methoden-Referenz

  1. 1Enter the URL, IP address, or network parameter to look up.
  2. 2Click the lookup or test button.
  3. 3Review the detailed results in the output panel.
  4. 4Use the information for your network operations.

Funktionen

  • 100% kostenlos — keine Registrierung, kein Abo, keine Werbung
  • Läuft vollständig im Browser — Daten verlassen niemals dein Gerät
  • Schnell und ressourcenschonend — sofortige Ergebnisse
  • Plattformübergreifend — Desktop, Tablet und Smartphone

Häufige Fragen

Are network lookups real-time?

Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.

Is my IP address logged?

The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.

Verwandte Tools