Skip to content

cewno/HPACKTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet Version GitHub Release NuGet Downloads

English is translated by AI!
英语由 AI 翻译!

This tool is used to decode the HTTP2 HPACK compression algorithm specified in RFC7541
这个工具用于解码HTTP2所用的HPACK压缩算法,HPACK压缩算法由 RFC7541 制定

This tool does not include decoder and encoder instances and utility classes for decoding and encoding different types of header fields, but only utility classes for decoding and encoding strings and integers
这个工具不包括解码器实例和编码器实例以及解码和编码不同类型的头字段的工具类,仅包括解码和编码字符串及整数的工具类

If you find a Bug, feel free to file it as an issue
如果你发现Bug,请大胆的通过issue告诉我

install 安装

dotnet:

dotnet add package cewno.HPACKTool

Package Manager:

NuGet\Install-Package cewno.HPACKTool

PackageReference:

<PackageReference Include="cewno.HPACKTool" Version="3.0.0" />

About

一些用于Http2协议所用的HPACK压缩算法的工具

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages