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
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
2022-05-18
fix(ext/http): no response body reader when cancelling during shutdown (#14653)
Divy Srivastava
2022-05-04
fix(ext/http): explicitly close resource after reading (#14471)
Divy Srivastava
2022-04-25
fix(ext/http): truncate read bytes when streaming bodies (#14389)
Divy Srivastava
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek Iwańczuk
2022-04-20
perf(http): optimize `ReadableStream`s backed by a resource (#14284)
Divy Srivastava
2022-04-04
chore(ext/websocket): custom arity (#14202)
Divy Srivastava
2022-04-04
chore(ext/http): custom arity (#14200)
Divy Srivastava
2022-03-23
perf(http): avoid Set.has() when closing connection resource (#14085)
Divy Srivastava
2022-03-23
perf(http): avoid checking promise every request (#14079)
Divy Srivastava
2022-03-19
feat(ext/net): Deno.upgradeHttp handles unix connections (#13987)
Bartek Iwańczuk
2022-03-16
feat(unstable): Add Deno.upgradeHttp API (#13618)
Bert Belder
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-06
feat(ext/websocket): server automatically handle ping/pong for incoming WebSo...
Leo Kettmeir
2021-11-17
chore(ext/http): deno fmt (#12798)
Bert Belder
2021-11-10
refactor(ext/http): rewrite hyper integration and fix bug (#12732)
Bert Belder
2021-11-09
Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...
Luca Casonato
2021-11-08
refactor(ext/http): rewrite hyper integration and fix bug (#12332)
Bert Belder
2021-10-26
fix(ext/http): allow multiple values in upgrade header for websocket (#12551)
Leo K
2021-10-26
perf(http): encode string bodies in op-layer (#12451)
Aaron O'Mullan
2021-10-11
fix(http): don't expose body on GET/HEAD requests (#12260)
Luca Casonato
2021-09-29
fix(ext/http): merge identical if/else branches (#12269)
mynane
2021-09-27
perf(fetch): optimize newInnerRequest blob url check (#12245)
Aaron O'Mullan
2021-09-11
refactor: use Deno.core.tryClose (#11980)
Bartek Iwańczuk
2021-09-10
perf(ext/http): optimize auto cleanup of request resource (#11978)
Bert Belder
2021-09-08
fix(ext/http): resource leak if request body is not consumed (#11955)
Bartek Iwańczuk
2021-08-25
fix(ext/http): websocket upgrade header check (#11830)
Dayan C. Galiazzi
2021-08-23
fix(ext/http): resource leak on HttpConn.close() (#11805)
Bartek Iwańczuk
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl