index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
http_server.py
Age
Commit message (
Expand
)
Author
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
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
2018-08-27
allow_reuse_address for test http server.
Ryan Dahl
2018-08-20
Enable http server for tests.
Ryan Dahl