0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-30 01:56:18 +01:00
hono/deno_dist/client
Taku Amano b0501e03cd
feat: Improve route() (#929)
* feat: return a sub app cloning itself from route()

* feat: Add extra type parameter BasePath.

* refactor: The type of hono.basePath may simply be a string.

* refactor: first argument of route is required, default value is not required

* chore: denoify
2023-02-27 18:38:27 +09:00
..
client.ts feat: Improve route() (#929) 2023-02-27 18:38:27 +09:00
index.ts feat(client): introduce Fetch type (#898) 2023-02-16 16:12:21 +09:00
types.ts feat: Improve route() (#929) 2023-02-27 18:38:27 +09:00
utils.ts feat(client): Inject common headers (#908) 2023-02-20 08:22:01 +09:00