diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-03 21:00:31 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-03 21:00:31 +0300 |
| commit | 2c8b804cd61a480501069cdf4d4377f3c2cf30bb (patch) | |
| tree | 2eecc7396b2445d881c316848f158830aa6a8d7d /src/net/http_package.rs | |
| parent | 2c7b2b72edf32ec19ac9b72b47c075209717deb4 (diff) | |
Not much of the documentation has been implemented, as well as some minor changes
Diffstat (limited to 'src/net/http_package.rs')
| -rw-r--r-- | src/net/http_package.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/http_package.rs b/src/net/http_package.rs index 4b2aefa..8fb2e19 100644 --- a/src/net/http_package.rs +++ b/src/net/http_package.rs @@ -1,3 +1,5 @@ +// TODO: Add signatures checking and fix mixed sync/async use. + use crate::cfg::config::Config; use crate::pkgtoolkit::pkgtools::Package; use flate2::read::GzDecoder; |
