summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)Author
2019-05-04bump CI to v0.4.0 (denoland/deno_std#378)Bartek IwaƄczuk
2019-04-29http/cookie: fixing equal character split (denoland/deno_std#368)Vincent LE GOFF
2019-04-27http: Cookie improvements (denoland/deno_std#359)Vincent LE GOFF
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-04-24http : Add cookie module (denoland/deno_std#338)Vincent LE GOFF
2019-04-19fix ts warning for http/server_test.ts (denoland/deno_std#342)Axetroy
2019-04-13Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)Kevin (Kun) "Kassimo" Qian
2019-04-07refactor: update for flag change in the next version (denoland/deno_std#327)Yoshiya Hinosawa
2019-04-07Remove `await` from respond in http_bench.ts (denoland/deno_std#324)Kevin (Kun) "Kassimo" Qian
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-09Eslint Fix http (denoland/deno_std#257)Eugen Cazacu
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-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-24Fix import in http_bench.ts (denoland/deno_std#217)Ryan Dahl
2019-02-19Revert "Redesign of http server module (denoland/deno_std#188)"Ryan Dahl
2019-02-18fix: url match logic of http server (denoland/deno_std#199)Yusuke Sakurai
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
2019-02-10 refactor: make acceptWebSocket independent from ServerRequest (denoland/deno...Yusuke Sakurai
2019-02-09Bump CI to v0.2.11 (denoland/deno_std#183)Ryan Dahl
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-17Remove race-condition in file_server tests (denoland/deno_std#125)Andy Hayden
2019-01-15Improve http/README (denoland/deno_std#114)Kwang-in (Dennis) Jung
2019-01-13Improve re-exports in http (denoland/deno_std#111)Kitson Kelly
2019-01-12Reorgnanize repos, examples and tests (denoland/deno_std#105)Andy Hayden