🔧
HTTP メソッドリファレンス
ネットワークと運用 · 無料オンラインツール
GET/POST/PUT/DELETE メソッドのセマンティクスと冪等性を照会。
CoderNewbie チーム
| Method | Safe | Idempotent | Cacheable | Has Body | Description |
|---|---|---|---|---|---|
| GET | Yes | Yes | Yes | No | Retrieve a representation of a resource. |
| POST | No | No | No | Yes | Submit data to be processed; creates a resource. |
| PUT | No | Yes | No | Yes | Replace the current representation of a resource. |
| DELETE | No | Yes | No | No | Remove a resource. |
| PATCH | No | No | No | Yes | Apply partial modifications to a resource. |
| HEAD | Yes | Yes | Yes | No | Identical to GET but without a response body. |
| OPTIONS | Yes | Yes | No | No | Describe communication options for the target. |
| TRACE | Yes | Yes | No | No | Loop-back test along the path to the target. |
| CONNECT | No | No | No | No | Establish a tunnel to the server (e.g. TLS). |
RFC 9110 準拠
HTTP セマンティクスで定義された全標準 HTTP メソッドを網羅。
検索可能
メソッド名や説明で即座にフィルタ。
プロパティフラグ
どのメソッドが safe、idempotent、cacheable かを一目で確認。
HTTP メソッドリファレンスの使い方
- 1Enter the URL, IP address, or network parameter to look up.
- 2Click the lookup or test button.
- 3Review the detailed results in the output panel.
- 4Use the information for your network operations.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
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.