Back to Halfrost Field

Http2 Rfc7541

website/content/http2_rfc7541.md

latest12.1 KB
Original Source

+++ author = "一缕殇流化隐半边冰霜" categories = ["Protocol", "HTTP", "HTTP/2"] date = 2019-07-21T07:41:00Z description = "" draft = false image = "https://img.halfrost.com/Blog/ArticleTitleImage/134_0.jpg" slug = "http2_rfc7541" tags = ["Protocol", "HTTP", "HTTP/2"] title = "HPACK: Header Compression for HTTP/2"

+++

Table of Contents

1. Introduction

2. Compression Process Overview

3. Header Block Decoding

4. Dynamic Table Management

5. Primitive Type Representations

6. Binary Format

7. Security Considerations

8. References

这一章都是引用的论文,所以就不翻译了。

  • 8.1. Normative References
  • 8.2. Informative References

Appendix A. Static Table Definition

Appendix B. Huffman Code

Appendix C. Examples


Reference:

RFC 7541

GitHub Repo:Halfrost-Field

Follow: halfrost · GitHub

Source: https://halfrost.com/http2_rfc7541/