</>
Protocol
Codes
전체 코드
비교
HTTP
14
Cross-Protocol
13
SIP
6
SMTP
3
FTP
3
DNS
2
모든 비교
→
용어집
HTTP Concepts
20
API Design
20
Security
20
Networking
20
Caching & Performance
20
Error Handling
20
Protocol Design
20
DNS
20
Email & SMTP
20
Real-Time & Streaming
20
Infrastructure
20
Web Standards
20
gRPC & RPC
20
SIP & VoIP
20
FTP & File Transfer
20
Authentication & OAuth
20
TLS & Encryption
20
Load Balancing & Proxying
20
전체 용어집
→
가이드
도구
= 2) { fetch('/search/?q=' + encodeURIComponent(q), {headers:{'Accept':'application/json'}}).then(r=>r.json()).then(d=>{ results=d.results; open=true; }) } else { results=[]; open=false; }" @focus="if(results.length) open=true" @click.away="open=false" @keydown.escape="open=false" placeholder="코드, 가이드 검색..." class="w-52 pl-9 pr-3 py-2 text-sm rounded-xl border border-slate-200 dark:border-slate-700 bg-slate-50 dark:bg-slate-900 focus:outline-none focus:ring-2 focus:ring-emerald-500/30 focus:border-emerald-400 transition placeholder:text-slate-400" autocomplete="off">
가이드
용어
모든 결과 보기 →
KO
English
العربية
Deutsch
Español
Français
हिन्दी
Bahasa Indonesia
日本語
한국어
Português
Русский
ไทย
Türkçe
Tiếng Việt
简体中文
전체 코드
비교
HTTP
14
Cross-Protocol
13
SIP
6
SMTP
3
FTP
3
DNS
2
모든 비교 →
용어집
HTTP Concepts
20
API Design
20
Security
20
Networking
20
Caching & Performance
20
Error Handling
20
Protocol Design
20
DNS
20
Email & SMTP
20
Real-Time & Streaming
20
Infrastructure
20
Web Standards
20
gRPC & RPC
20
SIP & VoIP
20
FTP & File Transfer
20
Authentication & OAuth
20
TLS & Encryption
20
Load Balancing & Proxying
20
전체 용어집 →
가이드
도구
다크 모드
라이트 모드
KO
English
العربية
Deutsch
Español
Français
हिन्दी
Bahasa Indonesia
日本語
한국어
Português
Русский
ไทย
Türkçe
Tiếng Việt
简体中文
홈
/
명세
/
RFC 9112
RFC 9112
HTTP/1.1
Internet Standard
6월 2022
공식 문서 보기 →
요약
RFC 9112 specifies the HTTP/1.1 message syntax and connection management, defining how requests and responses are framed over a TCP connection. It covers chunked transfer encoding, persistent connections (keep-alive), and the request-line format.
정의된 용어
Keep-Alive
Chunked Transfer Encoding
Message Framing
Transfer-Encoding
대체한 문서
RFC 2616
Hypertext Transfer Protocol — HTTP/1.1