mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
0d7a417f33
This adds support for using in memory CA certificates for `Deno.startTLS`, `Deno.connectTLS` and `Deno.createHttpClient`. `certFile` is deprecated in `startTls` and `connectTls`, and removed from `Deno.createHttpClient`. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
README.md |
deno_tls
This crate implements common utilities for TLS handling in other Deno extensions.