HTTP Concepts

HTTP/2

The second major version of the HTTP protocol, standardized in RFC 7540. HTTP/2 introduced binary framing, multiplexing, header compression (HPACK), server push, and stream prioritization over a single TCP connection. It solved HTTP/1.1's head-of-line blocking problem. HTTP/2 requires TLS in practice, though the spec allows plaintext. Most modern browsers and servers support HTTP/2.

โปรโตคอลที่เกี่ยวข้อง

กล่าวถึงในคู่มือ

HTTP/2 vs HTTP/3: What Changed and Why HTTP Fundamentals
HTTP Request Lifecycle: From URL to Response HTTP Fundamentals
HTTP Trailers: Sending Metadata After the Body HTTP Fundamentals
HTTP 103 Early Hints: Preloading Before the Response HTTP Fundamentals
gRPC Status Codes: A Practical Guide API Design & Best Practices
Debugging gRPC Errors and Status Codes Debugging & Troubleshooting
DNS over HTTPS (DoH) and DNS over TLS (DoT): Encrypted DNS Explained DNS & Networking
Server-Sent Events (SSE) Implementation Guide Real-Time Protocols
gRPC Streaming Patterns Guide Real-Time Protocols
WebSocket vs Server-Sent Events: Choosing the Right Protocol Real-Time Protocols
gRPC Streaming vs REST Polling: Real-Time Data Delivery Real-Time Protocols
gRPC Error Handling Best Practices Framework Cookbooks
Connection Management and Keep-Alive Performance & Optimization
API Response Time Optimization: From Database to Wire Performance & Optimization
HTTP/2 Server Push: Promise and Pitfalls Performance & Optimization
Connection Pooling for HTTP Clients: Best Practices and Pitfalls Performance & Optimization
RFC 9110: HTTP Semantics Deep Dive Protocol Deep Dives
RFC 7540: HTTP/2 Protocol Deep Dive Protocol Deep Dives
RFC 9114: HTTP/3 Protocol Deep Dive Protocol Deep Dives
QUIC Protocol: The Transport Layer Behind HTTP/3 Protocol Deep Dives
Migrating from HTTP/1.1 to HTTP/2 Migration & Upgrades
Migrating from REST to gRPC Migration & Upgrades
Migrating from HTTP/2 to HTTP/3: QUIC Deployment Guide Migration & Upgrades
Migrating from WebSocket to Server-Sent Events Migration & Upgrades
Reverse Proxy Configuration: Nginx, Caddy, and HAProxy Production Infrastructure
TLS Termination: Where to Terminate HTTPS and Why Production Infrastructure
Connection Draining: Graceful Shutdown Without Dropping Requests Production Infrastructure

สถานการณ์ที่เกี่ยวข้อง

กำหนดไว้ใน

ดูเพิ่มเติม