summaryrefslogtreecommitdiff
path: root/http/file_server.ts
AgeCommit message (Expand)Author
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-08http: add return types (denoland/deno_std#250)Eugen Cazacu
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-19Revert "Redesign of http server module (denoland/deno_std#188)"Ryan Dahl
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov
2019-02-02Rename http/http.ts to http/server.ts (denoland/deno_std#170)Ryan Dahl
2019-01-12Reorgnanize repos, examples and tests (denoland/deno_std#105)Andy Hayden