Custom HTTP client with Rustls

This commit is contained in:
spikecodes 2021-03-09 22:13:46 -08:00
parent 1c36549134
commit e59b2b1346
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 141 additions and 45 deletions

View file

@ -2,10 +2,11 @@
#![forbid(unsafe_code)]
#![warn(clippy::pedantic, clippy::all)]
#![allow(
clippy::clippy::needless_pass_by_value,
clippy::needless_pass_by_value,
clippy::match_wildcard_for_single_variants,
clippy::cast_possible_truncation,
clippy::similar_names
clippy::similar_names,
clippy::cast_possible_wrap
)]
// Reference local files