mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 18:24:45 +08:00
update RSHttp
This commit is contained in:
@ -28,6 +28,9 @@ lazy_static! {
|
||||
.connect_timeout(Duration::from_secs(10))
|
||||
.timeout(Duration::from_secs(10))
|
||||
.dns_resolver(DNS_CLIENT.clone())
|
||||
.gzip(true)
|
||||
.brotli(true)
|
||||
.deflate(true)
|
||||
.build()
|
||||
.unwrap()
|
||||
};
|
||||
|
Reference in New Issue
Block a user