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
/
runtime
/
ops
/
http.rs
Age
Commit message (
Expand
)
Author
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-03-22
feat: upgrade to swc_ecmascript 0.137.0 (#14067)
David Sherret
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-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-02-16
feat: deno vendor (#13670)
David Sherret
2022-02-16
feat(ext/http): add support for unix domain sockets (#13628)
ylxdzsw
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-20
fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)
Bert Belder
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-07-12
refactor: deno_http op crate (#11335)
Luca Casonato
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-28
fix(http): remove unwrap() in HTTP bindings (#11130)
Bartek Iwańczuk
2021-06-27
fix(runtime/http): Encode and decode headers as byte strings in the HTTP serv...
Andreu Botella
2021-06-14
fix: poll connection after writing response chunk in Deno.serveHttp() (#10961)
Bartek Iwańczuk
2021-06-14
fix: hang in Deno.serveHttp() (#10923)
Bartek Iwańczuk
2021-06-04
fix: hang in op_http_next_request (#10836)
Bartek Iwańczuk
2021-05-11
fix(tls): flush send buffer in the background after closing TLS stream (#10146)
Bert Belder
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-05-02
refactor(runtime): use Extensions (#10461)
Aaron O'Mullan
2021-04-20
chore: align fetch to spec (#10203)
Luca Casonato
2021-04-19
fix(rt/http): correct URL in Request (#10256)
Luca Casonato
2021-04-15
fix(#10182): hang during http server response (#10197)
Ryan Dahl
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk