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
/
lib.rs
Age
Commit message (
Expand
)
Author
2022-04-25
fix(ext/http): truncate read bytes when streaming bodies (#14389)
Divy Srivastava
2022-04-25
perf(ext/http): fast path for uncompressed bodies (#14366)
Divy Srivastava
2022-04-24
perf(ext/http): faster is_content_compressible (#14383)
Aaron O'Mullan
2022-04-24
perf(serde_v8): zero-copy StringOrBuffer (#14381)
Aaron O'Mullan
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Reland "feat(ext/http): stream auto resp body compression" (#14345)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek Iwańczuk
2022-04-20
feat(ext/http): stream auto resp body compression (#14325)
Luca Casonato
2022-04-20
core: introduce `resource.read_return` (#14331)
Divy Srivastava
2022-04-20
perf(http): optimize `ReadableStream`s backed by a resource (#14284)
Divy Srivastava
2022-04-04
chore(ext/http): custom arity (#14200)
Divy Srivastava
2022-04-02
experiment(serde_v8): derive_more enabled opaque wrappers (#14096)
Aaron O'Mullan
2022-03-21
perf(http): avoid per header alloc (#14051)
Aaron O'Mullan
2022-03-16
feat(unstable): Add Deno.upgradeHttp API (#13618)
Bert Belder
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-07
fix(ext/http): drop content-length header on compression (#13866)
Satya Rohith
2022-03-04
feat(ext/http): auto-compression of fixed response bodies (#13769)
Kitson Kelly
2022-02-16
feat: deno vendor (#13670)
David Sherret
2022-02-16
feat(ext/http): add support for unix domain sockets (#13628)
ylxdzsw
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
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-17
docs(ext/http): fix typo in http/lib.rs (#12466)
Ikko Ashimine
2021-10-11
fix(http): don't expose body on GET/HEAD requests (#12260)
Luca Casonato
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-09-26
fix(ext/http): include port number in h2 urls (#12181)
Ben Noordhuis
2021-09-25
fix(http): panic when responding to a closed conn (#12216)
Aaron O'Mullan
2021-09-25
fix(ext/http): fortify "is websocket?" check (#12179)
Ben Noordhuis
2021-08-31
fix: move unstable declarations to deno.unstable (#11876)
Luca Casonato
2021-08-16
test(ext/http): add test for incomplete HTTP message and fix resource leak (#...
Bartek Iwańczuk
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-15
perf(ext/http): faster req_url string assembly (#11711)
Aaron O'Mullan
2021-08-14
cleanup(ext/http): simplify cookie header handling (#11704)
Aaron O'Mullan
2021-08-14
cleanup(ext/http): simplify op_http_request_next (#11691)
Aaron O'Mullan
2021-08-13
fix(http/ws): support multiple options in connection header (#11675)
Leo K
2021-08-13
fix(ext/http): remove unwrap() when HTTP conn errors (#11674)
Bartek Iwańczuk
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl