index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
serve_test.ts
Age
Commit message (
Expand
)
Author
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-24
fix(cli): Don't use hardcoded port 4501 in serve test (#19599)
Matt Mastracci
2023-06-13
fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...
Matt Mastracci
2023-06-08
chore: Use relative paths for assert imports to avoid test flakes (#19427)
Matt Mastracci
2023-05-31
refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)
Matt Mastracci
2023-05-24
chore(core): Ensure that net test ports aren't used elsewhere (#19243)
Matt Mastracci
2023-05-24
feat(ext/http): Brotli Compression (#19216)
Levente Kurusa
2023-05-22
chore(cli): One Rust test per JS and Node unit test file (#19199)
Matt Mastracci
2023-05-19
feat(ext/http): ref/unref for server (#19197)
Matt Mastracci
2023-05-18
feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)
Matt Mastracci
2023-05-19
BREAKING(unstable): change return type of Deno.serve() API (#19189)
Bartek Iwańczuk
2023-05-18
chore: lint server_test.ts (#19175)
Bartek Iwańczuk
2023-05-16
fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)
Matt Mastracci
2023-05-10
feat(ext/http): Automatic compression for Deno.serve (#19031)
Matt Mastracci
2023-05-08
fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)
Matt Mastracci
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-26
perf(ext/http): optimize for zero or one-packet response streams (#18834)
Matt Mastracci
2023-04-26
BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)
Bartek Iwańczuk
2023-04-24
feat(ext/http): h2c for http/2 (#18817)
Matt Mastracci
2023-04-23
fix(ext/http): ensure that multiple upgrades and multiple simultaneous reques...
Matt Mastracci
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-04
refactor(ext/http): bring back 'reusePort' option for 'Deno.serve()' (#18590)
Bartek Iwańczuk
2023-04-03
refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
Bartek Iwańczuk