mirror of
https://github.com/denoland/deno.git
synced 2025-08-23 20:14:30 +00:00
![]() Fixes https://github.com/denoland/deno/issues/28903 Closes https://github.com/denoland/deno/issues/26190 - Adds a new option `unsafelyDisableHostnameVerification` to `Deno.connectTls` and `Deno.startTls` to ignore DNS name mismatch errors from rustls server verifier. - Disable hostname verification in Node.js TLSSocket if `checkServerIdentity` is a no-op. --------- Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com> |
||
---|---|---|
.. | ||
autobahn | ||
01_websocket.js | ||
02_websocketstream.js | ||
Cargo.toml | ||
lib.rs | ||
README.md | ||
stream.rs |
deno_websocket
This op crate implements the websocket functions of Deno.
Spec: https://html.spec.whatwg.org/multipage/web-sockets.html