mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: allow disabling TLS, allow reverse proxies, general fixes
This commit is contained in:
parent
7b2a7a4f46
commit
923b3637e8
18 changed files with 986 additions and 664 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -125,6 +125,7 @@ dependencies = [
|
|||
"futures-lite",
|
||||
"futures-rustls",
|
||||
"glommio",
|
||||
"httparse",
|
||||
"itoa",
|
||||
"libc",
|
||||
"log",
|
||||
|
|
@ -140,8 +141,9 @@ dependencies = [
|
|||
"rustls-pemfile",
|
||||
"serde",
|
||||
"signal-hook",
|
||||
"slab",
|
||||
"slotmap",
|
||||
"socket2 0.5.4",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -152,6 +154,7 @@ dependencies = [
|
|||
"aquatic_common",
|
||||
"aquatic_http_protocol",
|
||||
"aquatic_toml_config",
|
||||
"futures",
|
||||
"futures-lite",
|
||||
"futures-rustls",
|
||||
"glommio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue