deno/ext/tls
Luca Casonato 4b81955f03
feat(unstable): tcp proxy for Deno.HttpClient (#30700)
Allows doing proxies with `Deno.HttpClient` easially.
2025-09-15 16:50:12 +00:00
..
testdata chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
Cargo.toml 2.5.0 (#30673) 2025-09-10 09:17:46 +05:30
lib.rs feat(unstable): tcp proxy for Deno.HttpClient (#30700) 2025-09-15 16:50:12 +00:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
tls_key.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00

deno_tls

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