Converting `HttpApi` to `HttpApp` for OpenApi Specs and Web Handlers
I'm having trouble understanding how to get an
The broader context is that I'd like an
HttpApp from an HttpApi—how can I do this?The broader context is that I'd like an
HttpApi so that I can produce OpenApi specs, and I'd like an HttpApp so that I can get web handlers (HttpApp.toWebHandler). Am I framing the problem correctly?