_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

HTTP/2 a HTTP/3

21. 11. 2021 1 min read intermediate

HTTP/2 přidal multiplexing, HTTP/3 přináší QUIC nad UDP pro nižší latenci.

HTTP/2

  • Multiplexing — více requestů přes jedno TCP
  • Header compression (HPACK)
  • Server Push
  • Binary protocol

server { listen 443 ssl http2; } curl -I –http2 https://example.com

HTTP/3

  • QUIC — UDP místo TCP
  • 0-RTT reconnect
  • Bez head-of-line blocking
  • TLS 1.3 integrovaný

server { listen 443 quic reuseport; listen 443 ssl http2; add_header Alt-Svc ‘h3=”:443”’; }

Kdy

  • HTTP/2 — nasaďte hned, podpora všude
  • HTTP/3 — mobilní uživatelé, globální audience

HTTP/2 dnes, HTTP/3 zítra

HTTP/2 je must-have. HTTP/3 pro mobilní sítě.

http/2http/3quic
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.