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

org.http4k.contract.NoRenderer.kt Maven / Gradle / Ivy

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

import org.http4k.contract.security.Security
import org.http4k.core.Response
import org.http4k.core.Status.Companion.OK

object NoRenderer : ContractRenderer {
    override fun description(contractRoot: PathSegments, security: Security?, routes: List, tags: Set) = Response(OK)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy