http: move network.rs and handlers.rs to new workers dir, rename

This commit is contained in:
Joakim Frostegård 2021-11-27 18:26:57 +01:00
parent 4071d4d874
commit 1e77745a84
4 changed files with 6 additions and 7 deletions

View file

@ -0,0 +1,2 @@
pub mod request;
pub mod socket;