Skip to content

Commit

Permalink
import WIP HTTP/2 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent 8a2a17c commit f247ce3
Show file tree
Hide file tree
Showing 9 changed files with 1,242 additions and 15 deletions.
56 changes: 41 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ poule = "0.3.2"
lazycell = "1.2"
hashbrown = "0.1"
regex = "1.1"
cookie-factory = "^0.2"
hpack = "^0.3"

[dev-dependencies]
tiny_http = "^0.8"
Expand Down
2 changes: 2 additions & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ extern crate poule;
extern crate lazycell;
extern crate hashbrown;
extern crate regex;
extern crate hpack;
extern crate cookie_factory;
#[cfg(test)]
#[macro_use]
extern crate quickcheck;
Expand Down

0 comments on commit f247ce3

Please sign in to comment.