1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Ryan Dahl
a295bb0d42 Clean up HTTP async iterator code (denoland/deno_std#411)
Original: 68faf32f72
2019-05-20 09:17:26 -04:00
Ryan Dahl
592e90c3c2 http_bench: print address (denoland/deno_std#374)
Original: f10ea7317e
2019-05-14 17:49:53 -04:00
Kevin (Kun) "Kassimo" Qian
9d1e24b67b Remove await from respond in http_bench.ts (denoland/deno_std#324)
Original: 1ea76ca797
2019-04-07 03:58:01 +03:00
Yoshiya Hinosawa
f90f62fa52 Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)
Original: 395392912d
2019-03-07 19:25:16 -05:00
Ryan Dahl
a7bf191353 Fix import in http_bench.ts (denoland/deno_std#217)
Original: d441a7dbf0
2019-02-24 13:53:13 -08:00
Ryan Dahl
d63a2e0224 Revert "Redesign of http server module (denoland/deno_std#188)"
We need to consider the API changes here more carefully.

This reverts commit da188a7d30.
and commit 8569f15207.

Original: 57c9176b19
2019-02-19 13:18:41 -05:00
Yusuke Sakurai
57f4e6a864 Redesign of http server module (denoland/deno_std#188)
Original: 8569f15207
2019-02-15 11:03:57 -05:00
Dmitry Sharshakov
f113312ef2 Add missiong copyright headers (denoland/deno_std#177)
Original: 5440377495
2019-02-07 11:45:47 -05:00
Andy Hayden
f626b04ebe Reorgnanize repos, examples and tests (denoland/deno_std#105)
Original: c5e6e015b5
2019-01-12 16:50:04 -05:00
Renamed from net/http_bench.ts (Browse further)