Packages

package http4s

Type Members

  1. 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 contextPath is used, replace /docs with that value.

Ungrouped