Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
HPACK.h 文件参考

HTTP2 静态数据 更多...

#include <array>
#include <vector>
#include <string>

浏览该文件的源代码.

命名空间

namespace  sese
 
namespace  sese::net
 
namespace  sese::net::http
 

类型定义

typedef std::pair< const std::string, const std::string > sese::net::http::header_t
 
typedef std::vector< bool > sese::net::http::bits_t
 

变量

const std::array< header_t, 62 > sese::net::http::PREDEFINED_HEADERS
 
const std::array< const bits_t, 257 > sese::net::http::HUFFMAN_TABLE
 

详细描述

HTTP2 静态数据

此文件来源于
https://github.com/jnferguson/hpack-rfc7541.git
部分