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

org.http4k.tracing.TraceRenderer.kt Maven / Gradle / Ivy

package org.http4k.tracing

fun interface TraceRenderer {
    fun render(scenarioName: String, steps: List): TraceRender
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy