package http4s
Type Members
-
class
SwaggerHttp4s extends AnyRef
Usage: add
new SwaggerHttp4s(yaml).routes[F]to your http4s router.Usage: add
new SwaggerHttp4s(yaml).routes[F]to your http4s router. For example:Router("/docs" -> new SwaggerHttp4s(yaml).routes[IO]).When using a custom
contextPathis used, replace/docswith that value.