All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.contract.ui.redocLite.kt Maven / Gradle / Ivy

There is a newer version: 5.31.0.0
Show newest version
package org.http4k.contract.ui

import org.http4k.core.then
import org.http4k.routing.ResourceLoader
import org.http4k.routing.static

fun redocLite(configFn: RedocConfig.() -> Unit = {}) = RedocConfig()
    .also(configFn)
    .toFilter("https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js")
    .then(static(ResourceLoader.Classpath("org/http4k/contract/ui/redoc")))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy