1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

31 commits

Author SHA1 Message Date
Yoshiya Hinosawa
96fe2d10a4 Update eslint and @typescript-eslint (denoland/deno_std#621)
Original: c3fe858f98
2019-10-05 12:02:34 -04:00
Ryan Dahl
af18093498 Bump v0.19.0 (denoland/deno_std#613)
Original: 5d0dd5878e
2019-09-26 21:06:59 -04:00
Axetroy
878a9a29e7 bump prettier to 1.18.2 (denoland/deno_std#592)
Original: 06958a4ada
2019-09-11 23:31:23 -04:00
Bartek Iwańczuk
63bbe2a2e0 ci: bump to v0.15.0 (denoland/deno_std#556)
Original: f3ddb4f26b
2019-08-13 20:03:29 -04:00
Bartek Iwańczuk
50fdccb175 Revert "http: delete conn parameter in readRequest" (denoland/deno_std#550)
This reverts commit 209183e248.
Fixes: denoland/deno_std#441
Original: 3e17815c7e
2019-08-06 00:03:55 +02:00
Yoshiya Hinosawa
b1e5ad7eca enable test of aborted conn on windows (denoland/deno_std#549)
Original: 28ae08b424
2019-07-30 07:39:32 +00:00
Yoshiya Hinosawa
44efefbda6 Ignore error of writing responses to aborted requests (denoland/deno_std#546)
Original: 826deb1012
2019-07-28 11:35:47 +00:00
Yoshiya Hinosawa
9a01d6455e Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)
Original: 3ea90d54f6
2019-07-07 15:20:41 -04:00
Axetroy
c85b1c06a9 lint: add max line length rules (denoland/deno_std#507)
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Ryan Dahl
87d3b9b5cc upgrade: deno to v0.8.0 (denoland/deno_std#487)
Original: 86b7499e65
2019-06-09 21:42:06 -04:00
Bartek Iwańczuk
50a79584cb chore: Implement strict mode (denoland/deno_std#453)
Original: be24677d15
2019-05-30 08:59:30 -04:00
Vincent LE GOFF
c8ac9a0f58 http: add rfc7230 handling (denoland/deno_std#451)
Original: 1db594d5b0
2019-05-29 10:44:14 -07:00
Bert Belder
b95f79d74c io: refactor BufReader/Writer interfaces to be more idiomatic (denoland/deno_std#444)
Thanks Vincent Le Goff (@zekth) for porting over the CSV reader
implementation.

Fixes: denoland/deno_std#436

Original: 0ee6334b69
2019-05-29 09:50:12 -07:00
Vincent LE GOFF
8d94f70bef http: add ParseHTTPVersion (denoland/deno_std#452)
Original: 438178541e
2019-05-25 19:22:30 +03:00
Vincent LE GOFF
632fbd7734 http: fix content-length checking (denoland/deno_std#437)
Original: ce4e3ccdc3
2019-05-23 18:59:34 +03:00
Aurélien Bertron
a4346a3ac9 http: send an empty response body if none is provided (denoland/deno_std#429)
Fixes: denoland/deno_std#402

Original: e00e3fe33a
2019-05-22 19:33:17 -07:00
Vincent LE GOFF
3cfc1244d8 http: make server handle bad client requests properly (denoland/deno_std#419)
Original: 7620fe1a82
2019-05-22 16:28:03 -07:00
Vincent LE GOFF
de713ea871 http: delete conn parameter in readRequest (denoland/deno_std#430)
To bring it inline with Go API
Original: 209183e248
2019-05-22 09:30:10 -04:00
Ryan Dahl
a295bb0d42 Clean up HTTP async iterator code (denoland/deno_std#411)
Original: 68faf32f72
2019-05-20 09:17:26 -04:00
Jun Kato
7cc80064f0 fix(http): Skip 0 chunks when writing body (denoland/deno_std#387)
Original: 79d5f556ba
2019-05-14 17:28:15 -04:00
Vincent LE GOFF
dcd01dd025 Eslint fixes (denoland/deno_std#356)
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Axetroy
b062300270 fix ts warning for http/server_test.ts (denoland/deno_std#342)
Original: f7ff14b6fd
2019-04-19 11:25:44 -04:00
Kevin (Kun) "Kassimo" Qian
236cedc7cb Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)
Original: 144ef0e08d
2019-04-13 15:23:56 -04:00
Ryan Dahl
caa383a583 Rename assertEq to assertEquals (denoland/deno_std#242)
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f Testing refactor (denoland/deno_std#240)
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Bert Belder
2ba7de2d04 Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218)
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Ryan Dahl
d63a2e0224 Revert "Redesign of http server module (denoland/deno_std#188)"
We need to consider the API changes here more carefully.

This reverts commit da188a7d30.
and commit 8569f15207.

Original: 57c9176b19
2019-02-19 13:18:41 -05:00
Yusuke Sakurai
bdeb6c43af fix: url match logic of http server (denoland/deno_std#199)
Original: da188a7d30
2019-02-18 18:32:31 -05:00
Yusuke Sakurai
57f4e6a864 Redesign of http server module (denoland/deno_std#188)
Original: 8569f15207
2019-02-15 11:03:57 -05:00
Yusuke Sakurai
ed20bda6ec refactor: make acceptWebSocket independent from ServerRequest (denoland/deno_std#178)
Original: 88ddd5677d
2019-02-10 18:45:24 -05:00
Ryan Dahl
132650cdf3 Rename http/http.ts to http/server.ts (denoland/deno_std#170)
Remove http/mod.ts
Original: e79cb5a31a
2019-02-02 18:57:38 -05:00
Renamed from http/http_test.ts (Browse further)