1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext
Matt Mastracci 077d3d1bb3
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-05-31 23:20:39 +00:00
..
broadcast_channel chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
cache chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
console chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
crypto chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
fetch chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
ffi chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
fs chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
http refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331) 2023-05-31 23:20:39 +00:00
io chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
kv chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
napi chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
net chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
node chore(ext/node): Implement stubs for Http2Session (#19329) 2023-05-31 12:39:54 -06:00
tls chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
url chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
web refactor: further work on node http client (#19327) 2023-05-31 20:06:21 +02:00
webidl chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
websocket chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
webstorage chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00