1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
Commit graph

29 commits

Author SHA1 Message Date
Vincent LE GOFF
8503efc8f7 http/cookie: fixing equal character split (#368) 2019-04-29 07:49:50 -07:00
Vincent LE GOFF
f111469103 http: Cookie improvements (#359) 2019-04-27 16:07:11 -07:00
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
1d85447886 http : Add cookie module (#338) 2019-04-24 07:38:52 -04:00
Axetroy
f7ff14b6fd fix ts warning for http/server_test.ts (#342) 2019-04-19 11:25:44 -04:00
Kevin (Kun) "Kassimo" Qian
144ef0e08d Enforce HTTP/1.1 pipeline response order (#331) 2019-04-13 15:23:56 -04:00
Yoshiya Hinosawa
b6c7291181 refactor: update for flag change in the next version (#327) 2019-04-07 20:30:45 -04:00
Kevin (Kun) "Kassimo" Qian
1ea76ca797 Remove await from respond in http_bench.ts (#324) 2019-04-07 03:58:01 +03:00
Vincent LE GOFF
0bb040e8d4 Test reorganization (#290) 2019-03-18 12:49:54 -04:00
Yoshiya Hinosawa
61af419bbc fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
Eugen Cazacu
2153fd2646 Eslint Fix http (#257) 2019-03-09 11:46:53 -05:00
Eugen Cazacu
84f9fe0649 http: add return types (#250) 2019-03-08 13:04:02 -05:00
Yoshiya Hinosawa
395392912d Use Deno global var instead of built-in "deno" module (#247) 2019-03-07 19:25:16 -05:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals (#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.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279 Testing refactor (#240) 2019-03-06 16:39:50 -05:00
Andy Hayden
0fc13fffbd Replace deno.land/x/ with deno.land/std/ (#239) 2019-03-06 10:24:53 -05:00
Bert Belder
6063378a92 Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
Ryan Dahl
d441a7dbf0 Fix import in http_bench.ts (#217) 2019-02-24 13:53:13 -08:00
Ryan Dahl
57c9176b19 Revert "Redesign of http server module (#188)"
We need to consider the API changes here more carefully.

This reverts commit da188a7d30.
and commit 8569f15207.
2019-02-19 13:18:41 -05:00
Yusuke Sakurai
da188a7d30 fix: url match logic of http server (#199) 2019-02-18 18:32:31 -05:00
Yusuke Sakurai
8569f15207 Redesign of http server module (#188) 2019-02-15 11:03:57 -05:00
Yusuke Sakurai
88ddd5677d refactor: make acceptWebSocket independent from ServerRequest (#178) 2019-02-10 18:45:24 -05:00
Ryan Dahl
1abdc2efc0
Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Ryan Dahl
e79cb5a31a
Rename http/http.ts to http/server.ts (#170)
Remove http/mod.ts
2019-02-02 18:57:38 -05:00
Andy Hayden
e28c9a4079 Remove race-condition in file_server tests (#125) 2019-01-17 13:08:59 -05:00
Kwang-in (Dennis) Jung
6c5bdc58ba Improve http/README (#114) 2019-01-15 11:09:55 -05:00
Kitson Kelly
b99d7d3e0f Improve re-exports in http (#111) 2019-01-13 19:55:23 -05:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00