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

org.http4k.strikt.httpTransaction.kt Maven / Gradle / Ivy

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

import org.http4k.core.HttpTransaction
import strikt.api.Assertion

val Assertion.Builder.duration get() = get(HttpTransaction::duration)
val Assertion.Builder.request get() = get(HttpTransaction::request)
val Assertion.Builder.response get() = get(HttpTransaction::response)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy