0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/runtime_tests/lambda
Markus Wolf a2a04a98a1
fix(aws-lambda): handle multiple cookies in streaming responses (#2926)
* fix: handle multiple cookies in streaming responses

This fix does address that cookies have to be handled
specially in lambda responses.

Fixes #2921

* test: check cookie handling
2024-06-12 19:25:37 +09:00
..
index.test.ts refactor(aws-lambda): merge custom-context into types (#2889) 2024-06-03 00:16:07 +09:00
mock.ts feat(adaptor): Support AWS Function URL Streaming (#1625) 2023-11-07 07:05:23 +09:00
stream-mock.ts fix(aws-lambda): handle multiple cookies in streaming responses (#2926) 2024-06-12 19:25:37 +09:00
stream.test.ts fix(aws-lambda): handle multiple cookies in streaming responses (#2926) 2024-06-12 19:25:37 +09:00
vitest.config.ts fix(aws-lambda): handle multiple cookies in streaming responses (#2926) 2024-06-12 19:25:37 +09:00