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
2023-05-18
feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)
Matt Mastracci
2023-05-16
fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)
Matt Mastracci
2023-05-16
refactor(ext/http): simpler ws server in http_next (#19133)
Luca Casonato
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-10
refactor(ext/http): HTTP trait structs need to be public (#19075)
Matt Mastracci
2023-05-10
refactor(core): http_next generic over request extractor (#19071)
Matt Mastracci
2023-05-08
refactor: prefix ops w/ crate they are defined in (#19044)
Luca Casonato
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-24
feat(ext/http): h2c for http/2 (#18817)
Matt Mastracci
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-04-20
refactor(ext/websocket): use fastwebsockets client (#18725)
Divy Srivastava
2023-04-02
feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-10
refactor: use `pin!` macro from std (#18110)
Yusuke Tanaka
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
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-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
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-11-04
fix(ext/http): flush chunk when streaming resource (#16536)
Luca Casonato
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-07-12
fix(ext/http): reading headers with ongoing body reader (#15161)
Divy Srivastava
2022-07-04
perf(ext/http): remove accept_encoding interior mutability (#15070)
Divy Srivastava
2022-07-04
perf(ext/http): simplify op_http_accept (#15067)
Divy Srivastava
2022-07-04
perf(ext/http): lazy load headers (#15055)
Divy Srivastava
2022-05-18
perf(ext/http): faster accept-encoding parsing (#14654)
Aaron O'Mullan
2022-05-17
fix(ext/http): error on invalid headers (#14642)
Aaron O'Mullan
2022-05-17
fix(ext/http): skip auto-compression if content-encoding present (#14641)
Aaron O'Mullan
2022-05-13
fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip (#1...
Andy Kurnia
2022-05-13
feat(serde_v8): bytes::Bytes support (#14412)
Aaron O'Mullan
2022-05-10
cleanup(ext/http): simpler http write ops (#14552)
Aaron O'Mullan
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
[next]