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/