mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_http protocol: refactor into more submodules, other fixes
This commit is contained in:
parent
52cc7d8acb
commit
7419c51434
9 changed files with 303 additions and 290 deletions
|
|
@ -10,7 +10,9 @@ use parking_lot::Mutex;
|
|||
|
||||
pub use aquatic_common::ValidUntil;
|
||||
|
||||
use crate::protocol::*;
|
||||
use crate::protocol::common::*;
|
||||
use crate::protocol::request::Request;
|
||||
use crate::protocol::response::Response;
|
||||
|
||||
|
||||
// identical to ws version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue