1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-13 01:22:20 -05:00
denoland-deno/extensions/websocket
Justin Chase 02c74fb709
feat(tls): Optionally support loading native certs (#11491)
This commit adds "DENO_TLS_CA_STORE" env variable to support 
optionally loading certificates from the users local certificate store. 
This will allow them to successfully connect via tls with corporate 
and self signed certs provided they have them installed in their keystore. 
It also allows them to deal with revoked certs by simply updating 
their keystore without having to upgrade Deno.

Currently supported values are "mozilla", "system" or empty value.
2021-08-07 14:49:38 +02:00
..
01_websocket.js feat(runtime/http): server side websocket support (#10359) 2021-07-08 13:33:01 +02:00
Cargo.toml feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
lib.deno_websocket.d.ts Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
lib.rs feat(tls): Optionally support loading native certs (#11491) 2021-08-07 14:49:38 +02:00
README.md Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00

deno_websocket

This op crate implements the websocket functions of Deno.

Spec: https://html.spec.whatwg.org/multipage/web-sockets.html