mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
http_private: add config, launch with cli helpers
This commit is contained in:
parent
6e97bff93f
commit
088daa72ff
8 changed files with 200 additions and 30 deletions
5
aquatic_http_private/src/workers/request.rs
Normal file
5
aquatic_http_private/src/workers/request.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use crate::config::Config;
|
||||
|
||||
pub fn run_request_worker(config: Config) -> anyhow::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue