Patch Changes
-
#2231
7535080
Thanks @tim-smart! - add option to include prefix when mounting an http app to a routerBy default the prefix is removed. For example:
// Here a request to `/child/hello` will be mapped to `/hello` Http.router.mountApp("/child", httpApp); // Here a request to `/child/hello` will be mapped to `/child/hello` Http.router.mountApp("/child", httpApp, { includePrefix: true });
-
#2232
bd1d7ac
Thanks @tim-smart! - use less aggressive type exclusion in http router apis -
Updated dependencies [
a4a0006
,39f583e
,f428198
,0a37676
,c035972
,6f503b7
]:- effect@2.4.1
- @effect/schema@0.63.2