🔧
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.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
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.