</>
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">
指南
术语
查看所有结果 →
ZH-HANS
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
全部术语 →
指南
工具
深色模式
浅色模式
ZH-HANS
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
六月 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