0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/ext
Bert Belder cf9c4f0031
feat(ext/net): add TlsConn.handshake() (#12467)
A `handshake()` method was added that returns when the TLS handshake is
complete. The `TlsListener` and `TlsConn` interfaces were added to
accomodate this new method.

Closes: #11759.
2021-10-26 22:27:47 +02:00
..
broadcast_channel chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
console chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
crypto chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
fetch perf(http): encode string bodies in op-layer (#12451) 2021-10-26 22:00:01 +02:00
ffi chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
http perf(http): encode string bodies in op-layer (#12451) 2021-10-26 22:00:01 +02:00
net feat(ext/net): add TlsConn.handshake() (#12467) 2021-10-26 22:27:47 +02:00
timers chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
tls fix(tls): Make TLS clients support HTTP/2 (#12530) 2021-10-25 18:41:06 +02:00
url chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
web chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webgpu chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webidl chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
websocket chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webstorage chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00