Using `HttpApp.toWebHandler` with `Layer` and Cloudflare Worker Fetch Handler
How do I use
I currently have a
HttpApp.toWebHandler ?I currently have a
Layer.Layer<never, never, HttpServer.HttpServer>, and I will ultimately want to use this with my Cloudflare worker fetch handler.