Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | Support more fetch init body types (#1449) | Kevin (Kun) "Kassimo" Qian | |
2018-12-27 | Lazily create .mime files only with mismatch/no extension (#1417) | Kevin (Kun) "Kassimo" Qian | |
2018-12-21 | Implement `Body.formData` for fetch (#1393) | Kevin (Kun) "Kassimo" Qian | |
2018-11-30 | Use pylint. | Ryan Dahl | |
2018-10-28 | Add application/x-typescript mime type support | Kevin (Kun) "Kassimo" Qian | |
2018-10-23 | Enforce media types | Kitson Kelly | |
2018-10-20 | Exit http_server.py if it's crashed | Andy Hayden | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-16 | Interrupt http_server.py by ctrl + c (#1001) | Amos Lim | |
2018-10-11 | Add deno.metrics() | Bartek IwaĆczuk | |
2018-10-09 | Add redirect follow feature (#934) | Kevin (Kun) "Kassimo" Qian | |
2018-09-27 | Ensure spawning python server twice raises an exception. | Andy Hayden | |
Previously it would dump the traceback but not raise. It's unclear if serve_forever could crash for some other reason, but the main reason spawn throws is if the port is already in use. | |||
2018-08-27 | allow_reuse_address for test http server. | Ryan Dahl | |
2018-08-20 | Enable http server for tests. | Ryan Dahl | |