summaryrefslogtreecommitdiff
path: root/std/http
AgeCommit message (Expand)Author
2019-12-14feat(file_server): add help & switch to flags (#3489)木杉
2019-12-12file_server: get file and fileInfo concurrently (#3486)Weijia Wang
2019-12-12fix: file_server swallowing permission errors (#3467)木杉
2019-12-12benchmark: align deno_http and node_http response (#3484)Kevin (Kun) "Kassimo" Qian
2019-12-12fix(std/http): close connection on .respond() error (#3475)Kevin (Kun) "Kassimo" Qian
2019-12-10fix: decoding uri in file_server (#3187)AleksandrukTad
2019-12-02better html for file_server (#3423)木杉
2019-11-26refactor: reorganize flags (#3389)Ry Dahl
2019-11-18chore: improve examples (#3377)Ry Dahl
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-16fix: std/datetime toIMF bug (#3357)Leo Chandra
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
2019-11-09net: Check for closing status when iterating Listener (#3309)Nayeem Rahman
2019-11-08Add jsdoc for std/http/http_status.tsRyan Dahl
2019-11-07Fix jsdoc in std/http/server.ts (#3284)Ry Dahl
2019-11-06Allow http server to take { hostname, port } argument (#3233)Liam Perlaki
2019-11-04Remove tsconfig files - they are not part of build process (#3262)Ry Dahl
2019-11-04std/http: add serveTLS and listenAndServeTLS (#3257)Kevin (Kun) "Kassimo" Qian
2019-10-28Use top-level for-await in various places (#3217)Andy Hayden
2019-10-27feat: top-level-for-await (#3212)Andy Hayden
2019-10-19Re-enable some tests (#3154)Nick Stott
2019-10-16std: Move fs/path to the top-level (#3100)Nayeem Rahman
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl