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
/
ext
/
http
/
01_http.js
Age
Commit message (
Expand
)
Author
2024-09-18
refactor(ext): align error messages (#25496)
Ian Bull
2024-09-06
chore(net): soft-remove `Deno.serveHttp()` (#25451)
Asher Gomez
2024-04-25
perf(ext/http): recover memory for serve and optimize AbortController (#23559)
Matt Mastracci
2024-04-19
refactor(ext/http): extract 02_websocket.ts from 01_http.js (#23460)
Matt Mastracci
2024-04-18
chore: remove unused, unstable 'http' namespace (#23436)
Matt Mastracci
2024-04-08
fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)
Bartek Iwańczuk
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-13
fix(websockets): server socket field initialization (#21433)
Divy Srivastava
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-06
refactor(core): ensureFastOps is an op-generating proxy (#19377)
Matt Mastracci
2023-05-01
refactor: migrate async ops to generated wrappers (#18937)
Bartek Iwańczuk
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-14
fix(core): Use safe primordials wrappers (#18687)
Kenta Moriuchi
2023-04-06
perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#1...
Divy Srivastava
2023-04-04
refactor(ext/http): bring back 'reusePort' option for 'Deno.serve()' (#18590)
Bartek Iwańczuk
2023-04-04
refactor: remove remaining references to "flash" server (#18580)
Bartek Iwańczuk
2023-04-03
refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
Bartek Iwańczuk
2023-04-02
feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
Matt Mastracci
2023-03-31
perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)
Divy Srivastava
2023-03-15
fix(ext/http): abort request signal when response errors (#17822)
Timo Wilhelm
2023-03-13
fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)
Kenta Moriuchi
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-12
perf(http): remove allocations checking upgrade and connection header values ...
David Sherret
2023-02-10
refactor(ext/http): use `String.prototype.trim()` instead of regex (#17722)
Bert Belder
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-15
fix(ext/fetch) Fix request clone error in flash server (#16174)
Isaiah Gamble
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix(ext/http): close stream on resp body error (#17126)
Luca Casonato
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-10-24
experiment(ext/web): Don't expose event classes during the bootstrap phase (#...
Andreu Botella
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-08-24
feat(ext/flash): split upgradeHttp into two APIs (#15557)
Luca Casonato
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-17
refactor(fetch/request): use callback for url and method (#15483)
Leo Kettmeir
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-07-06
fix(ext/http) nextRequest return type annotation from ResponseEvent to Reques...
Zach
2022-07-04
perf(ext/http): lazy load headers (#15055)
Divy Srivastava
2022-05-23
fix(ext/websocket): WebSocket dispatch single close event (#13443)
Leo Kettmeir
[next]