Work on huffman decoding

This commit is contained in:
Carl Lerche
2017-03-13 14:00:22 -07:00
parent 490ae8c05d
commit 73706494ef
7 changed files with 22052 additions and 223 deletions

View File

@@ -1,6 +1,7 @@
use tower::http::{HeaderName, Method, StatusCode, Str};
/// HPack table entry
#[derive(Debug, Clone)]
pub enum Entry {
Header {
name: HeaderName,