1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/ext
Matt Mastracci 8f9a05f16e
refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)
For the first implementation of node:http2, we'll use the internal
version of `Deno.serve` which allows us to listen on a raw TCP
connection rather than a listener.

This is mostly a refactoring, and hooking up of `op_http_serve_on` that
was never previously exposed (but designed for this purpose).
2023-06-09 01:13:19 +02:00
..
broadcast_channel 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
cache 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
console 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
crypto 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
fetch 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
ffi 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
fs 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
http refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331) 2023-06-09 01:13:19 +02:00
io 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
kv 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
napi 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
net pin enum-as-inner dependency 2023-05-30 02:10:33 +02:00
node chore(ext/node): Implement stubs for Http2Session (#19329) 2023-06-09 01:13:18 +02:00
tls 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
url 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
web refactor: further work on node http client (#19327) 2023-06-09 01:13:18 +02:00
webidl 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
websocket 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00
webstorage 1.34.1 (#19310) 2023-05-30 01:30:46 +02:00