deno/ext/tls
Matt Mastracci 8c9caeb418
chore: rework TLS code in test server (#23566)
In order to make the reqwest/rustls upgrade more straightforward, we
refactor the test server to depend on deno_tls.
2024-04-25 17:00:04 -04:00
..
Cargo.toml 1.43.0 (#23549) 2024-04-25 15:14:26 +05:30
lib.rs chore: rework TLS code in test server (#23566) 2024-04-25 17:00:04 -04:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_tls

This crate implements common utilities for TLS handling in other Deno extensions.