summaryrefslogtreecommitdiff
path: root/http/server_test.ts
AgeCommit message (Expand)Author
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek Iwańczuk
2019-05-29http: add rfc7230 handling (denoland/deno_std#451)Vincent LE GOFF
2019-05-29io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_...Bert Belder
2019-05-25http: add ParseHTTPVersion (denoland/deno_std#452)Vincent LE GOFF
2019-05-23http: fix content-length checking (denoland/deno_std#437)Vincent LE GOFF
2019-05-22http: send an empty response body if none is provided (denoland/deno_std#429)Aurélien Bertron
2019-05-22http: make server handle bad client requests properly (denoland/deno_std#419)Vincent LE GOFF
2019-05-22http: delete conn parameter in readRequest (denoland/deno_std#430)Vincent LE GOFF
2019-05-20Clean up HTTP async iterator code (denoland/deno_std#411)Ryan Dahl
2019-05-14fix(http): Skip 0 chunks when writing body (denoland/deno_std#387)Jun Kato
2019-04-24Eslint fixes (denoland/deno_std#356)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-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
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-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-02Rename http/http.ts to http/server.ts (denoland/deno_std#170)Ryan Dahl