CS Notes

Recent writing

  • Fermi Problem

    Sep 09, 2025

    • math
  • Prometheus On Macos

    Sep 07, 2025

    • devops
    • binance
  • MMU

    Sep 03, 2025

    • OS

See 643 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Networking Protocol

❯

HTTP

❯

HTTP 1.2

❯

HTTP Frame

HTTP Frame

27 words, 1 min read
Last updated on Oct 16, 2024
🌟 Edit This Page!   🗓️ History

  • networking
Xinyang YU

Abstract


  • An abstraction that allows us to divide HTTP Request and HTTP Response into multiple pieces
  • There are two types - HTTP Header Frame, HTTP Data Frame

Mentioned by

  • HTTP Stream
  • QUIC

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub