summaryrefslogtreecommitdiff
path: root/tools/http_server.py
AgeCommit message (Expand)Author
2019-01-03Support more fetch init body types (#1449)Kevin (Kun) "Kassimo" Qian
2018-12-27Lazily create .mime files only with mismatch/no extension (#1417)Kevin (Kun) "Kassimo" Qian
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-11-30Use pylint.Ryan Dahl
2018-10-28Add application/x-typescript mime type supportKevin (Kun) "Kassimo" Qian
2018-10-23Enforce media typesKitson Kelly
2018-10-20Exit http_server.py if it's crashedAndy Hayden
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-16Interrupt http_server.py by ctrl + c (#1001)Amos Lim
2018-10-11Add deno.metrics()Bartek IwaƄczuk
2018-10-09Add redirect follow feature (#934)Kevin (Kun) "Kassimo" Qian
2018-09-27Ensure spawning python server twice raises an exception.Andy Hayden
2018-08-27allow_reuse_address for test http server.Ryan Dahl
2018-08-20Enable http server for tests.Ryan Dahl