summaryrefslogtreecommitdiff
path: root/tools/http_server.py
AgeCommit message (Collapse)Author
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
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-27allow_reuse_address for test http server.Ryan Dahl
2018-08-20Enable http server for tests.Ryan Dahl