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
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