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.NOT_FOUND

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy