summaryrefslogtreecommitdiff
path: root/tools/http_server.py
AgeCommit message (Expand)Author
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-06-01fix(cli/js/web): formData parser for binary files (#6015)Marcos Casagrande
2020-05-31fix(cli/fetch): set null body for null-body status (#5980)Marcos Casagrande
2020-05-31fix(fetch): network error on multiple redirects (#5985)Marcos Casagrande
2020-05-22fix: redirects handling in module analysis (#5726)Bartek Iwańczuk
2020-03-30fix: Add check to fail the benchmark test on server error (#4519)Andres Villegas
2020-02-28fetch_cached_remote_source support redirect URL without base (#4099)Kevin (Kun) "Kassimo" Qian
2020-02-26Fix flaky tests (#4134)Ryan Dahl
2020-02-17feat: add --cert flag for http client (#3972)geoFlux
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-26Improve support of type definitions (#3755)Kitson Kelly
2020-01-11Add gzip, brotli and ETag support for file fetcher (#3597)EnokMan
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-19fix: use AF_INET6 in ./tools/http_server.py (#3374)Bartek Iwańczuk
2019-10-29fix race condition in test http server (#3237)Andy Hayden
2019-10-16fix: remote jsx/tsx files were compiled as js/ts (#3125)Yusuke Sakurai
2019-09-11feat: Set user agent for http client (#2916)Bartek Iwańczuk
2019-06-24feat: fetch() now handles redirects (#2561)Long(Tony) Lian
2019-06-08make tests quieter (#2468)Andy Hayden
2019-05-30chore: refactor python tests to use unittest (#2414)Andy Hayden
2019-04-01Follow redirect location as new referrers for nested module imports (#2031)Kevin (Kun) "Kassimo" Qian
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
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