0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/src
Hyeseong Kim 01277aa389
feat(context): allow URL object on c.redirect() (#3609)
* feat(context): allow URL object on `c.redirect()`

* Update src/context.ts

Co-authored-by: EdamAmex <121654029+EdamAme-x@users.noreply.github.com>

---------

Co-authored-by: EdamAmex <121654029+EdamAme-x@users.noreply.github.com>
2024-11-01 18:04:33 +09:00
..
adapter refactor: remove useless spread (#3600) 2024-11-01 10:30:49 +09:00
client refactor: remove useless spread (#3600) 2024-11-01 10:30:49 +09:00
helper
jsx
middleware refactor: remove useless spread (#3600) 2024-11-01 10:30:49 +09:00
preset
router refactor: compare with undefined directly (#3602) 2024-11-01 10:22:08 +09:00
utils refactor: compare with undefined directly (#3602) 2024-11-01 10:22:08 +09:00
validator
compose.test.ts
compose.ts
context.test.ts feat(context): allow URL object on c.redirect() (#3609) 2024-11-01 18:04:33 +09:00
context.ts feat(context): allow URL object on c.redirect() (#3609) 2024-11-01 18:04:33 +09:00
hono-base.ts
hono.test.ts
hono.ts
http-exception.test.ts
http-exception.ts
index.ts
request.test.ts
request.ts
router.ts
types.test.ts
types.ts