HttpApi stuff so far, works really well (the OpenAPI schema generation is awesome in particular, I'm using it with swift-openapi-generator to get a really nice typesafe API in my Swift app)!HttpRouter outside of the HttpApi. For example, I'd like to have my API define most of the routes, but then to also have some other "non-API" routes, like /, /health, serving static files, etc.HttpApiBuilder.httpApp and then somehow manipulating the Router, but the types aren't really matching up, and I'm a bit stuck