org.http4k.strikt.response.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-testing-strikt Show documentation
Show all versions of http4k-testing-strikt Show documentation
A set of Strikt matchers for common http4k types
package org.http4k.strikt
import org.http4k.core.Request
import org.http4k.core.Response
import org.http4k.core.cookie.cookie
import strikt.api.Assertion
val Assertion.Builder.status get() = get(Response::status)
fun Assertion.Builder.setCookie(name: String) = get { cookie(name) }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy