wt: patch web-transport-proto header interop for Cloudflare relay
This commit is contained in:
parent
aa4bddcba0
commit
523c601dc3
17 changed files with 2567 additions and 2 deletions
18
third_party/web-transport-proto/src/lib.rs
vendored
Normal file
18
third_party/web-transport-proto/src/lib.rs
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
mod capsule;
|
||||
mod connect;
|
||||
mod error;
|
||||
mod frame;
|
||||
mod settings;
|
||||
mod stream;
|
||||
mod varint;
|
||||
|
||||
pub use capsule::*;
|
||||
pub use connect::*;
|
||||
pub use error::*;
|
||||
pub use frame::*;
|
||||
pub use settings::*;
|
||||
pub use stream::*;
|
||||
pub use varint::*;
|
||||
|
||||
mod huffman;
|
||||
mod qpack;
|
||||
Loading…
Add table
Add a link
Reference in a new issue