0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 09:43:20 +01:00
hono/deno_dist/helper
Sor4chi 7768865e7a
fix: move c.stream* to helper (#1846)
* refactor: move streaming helper to `streaming/sse.ts`

* feat: add streamSSE's export in streaming handler

* feat: move `stream` and `streamText` to streaming helper

* chore: add deprecated expression for `c.stream` and `c.streamText`

* fix: use `stream` helper in streamSSE

* refactor: move `streamText` to `text.ts`

* test: add some case to `stream` and `streamText`

* test: refactor `streamSSE` case for uniformity

* chore: denoify

* fix: update jsdoc's deprecated description, simplify `c.stream` and `c.streamText`

* fix: match the header notation with that of `streamSSE

* chore: denoify

* refactor: remove unnecesary export
2023-12-27 06:55:24 +09:00
..
adapter Merge pull request #1690 from honojs/next 2023-11-13 14:25:42 +09:00
cookie fix(helper/cookie): make default Path=/ for setCookie()/setSignedCookie() (#1742) 2023-11-28 17:52:34 +09:00
dev fix(types): Added E env type argument to showRoutes & inspectRoutes hono parameter (#1778) 2023-12-05 18:47:45 +09:00
factory fix(factory): Filter undefined in createHandlers (#1772) 2023-12-04 09:47:45 +09:00
html feat(helper/html): Support Promise<string | HtmlEscapedString> in html tagged template literals (#1826) 2023-12-17 07:35:34 +09:00
streaming fix: move c.stream* to helper (#1846) 2023-12-27 06:55:24 +09:00
testing feat: add Hono test client (RPC) (#1451) 2023-09-17 09:04:07 +09:00