Sese Framework
2.3.0
A cross-platform framework
|
HTTP2 static data. More...
#include <array>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | sese |
namespace | sese::net |
namespace | sese::net::http |
Typedefs | |
typedef std::pair< const std::string, const std::string > | sese::net::http::header_t |
typedef std::vector< bool > | sese::net::http::bits_t |
Variables | |
const std::array< header_t, 62 > | sese::net::http::PREDEFINED_HEADERS |
const std::array< const bits_t, 257 > | sese::net::http::HUFFMAN_TABLE |
HTTP2 static data.
* This file is sourced from * https://github.com/jnferguson/hpack-rfc7541.git * partially *