1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
Luca Casonato 4ef08a58df
feat: update Deno.serve function signature (#15563)
This commit changes the `Deno.serve` function signature to be more
versatile and easier to use. It is now a drop in replacement for
std/http's `serve`.

The input validation has also been reworked.
2022-08-24 00:08:56 +02:00
..
broadcast_channel docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
console docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
crypto docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
fetch fix(ext/fetch): ignore user content-length header (#15555) 2022-08-23 12:43:04 +02:00
ffi BREAKING(ext/ffi): specialized buffer type (#15518) 2022-08-23 09:16:43 +05:30
flash feat: update Deno.serve function signature (#15563) 2022-08-24 00:08:56 +02:00
http feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
net docs: add permission tags to JSDocs (#15541) 2022-08-23 10:57:01 +10:00
node feat: binary npm commands (#15542) 2022-08-23 10:39:19 -04:00
tls chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
url docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
web perf(runtime): optimize Deno.file open & stream (#15496) 2022-08-19 15:54:40 +05:30
webgpu chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
webidl chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
websocket docs: add permission tags to JSDocs (#15541) 2022-08-23 10:57:01 +10:00
webstorage docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00