1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
Commit graph

11 commits

Author SHA1 Message Date
Ryan Dahl
968d508425 Rename project to deno_std
Move typescript files to net/

Original: 99e276eb89
2018-12-18 18:27:05 -05:00
Ryan Dahl
6afc9dca3d Remove buffer.ts and use the one built in to deno.
Original: 5abec6efc5
2018-12-17 22:40:42 -05:00
Bartek Iwańczuk
f6dae45cd2 First pass at streaming http response (denoland/deno_std#16)
Original: 269665873a
2018-12-17 11:49:10 -05:00
Ryan Dahl
16aedf68ea Add http_bench.ts
Original: 82ceb596f3
2018-12-06 17:19:34 -05:00
Kevin (Kun) "Kassimo" Qian
17c255581d Unblock server on multiple HTTP requests (denoland/deno_std#3)
Original: 1bf555ab2f
2018-12-06 16:08:21 -05:00
Ryan Dahl
e931c53a23 Use Uint8Array instead of ArrayBufferView
Original: 0c8ad6eb1a
2018-11-12 14:09:50 -05:00
Ryan Dahl
92455a0b67 Basic http demo working.
Original: 805efdb750
2018-11-09 17:23:01 -05:00
Ryan Dahl
80b2067030 Use async iterators for http server.
Original: 9377d154c5
2018-11-08 15:07:37 -05:00
Ryan Dahl
5f74f7eebe Use https instead of http.
Original: 2d8d8247da
2018-11-07 23:22:33 -05:00
Ryan Dahl
abe47d10c9 Fix test
Original: 52ff748cfb
2018-11-07 10:18:48 -05:00
Ryan Dahl
0d048b8704 Init
Original: 60735e1804
2018-11-07 01:12:48 -05:00