Converts the collection of routes into a zio.http.App, which can be
executed by a server. This method may be used when the routes are not using
any middleware.
Converts the collection of routes into a zio.http.App, which can be
executed by a server. This method may be used when the routes are not using
any middleware.
Converts the collection of routes into a zio.http.App, which can be
executed by a server. This method may be used when the routes are using
middleware. You must provide a zio.http.endpoint.RoutesMiddleware that
can properly provide the required middleware for the routes.
Converts the collection of routes into a zio.http.App, which can be
executed by a server. This method may be used when the routes are using
middleware. You must provide a zio.http.endpoint.RoutesMiddleware that
can properly provide the required middleware for the routes.