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

org.http4k.contract.ContractRenderer.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

fun interface ContractRenderer : ErrorResponseRenderer {
    fun description(
        contractRoot: PathSegments,
        security: Security?,
        routes: List,
        tags: Set,
        webhooks: Map>
    ): Response
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy