http_private: move all code in workers::common to common

This commit is contained in:
Joakim Frostegård 2022-04-03 00:51:07 +02:00
parent 8478a2b052
commit c424ffb077
4 changed files with 9 additions and 19 deletions

View file

@ -1,3 +1,2 @@
pub mod common;
pub mod request;
pub mod socket;