org.http4k.strikt.form.kt Maven / Gradle / Ivy
package org.http4k.strikt
import org.http4k.lens.Lens
import org.http4k.lens.WebForm
import strikt.api.Assertion
fun Assertion.Builder.field(lens: Lens) = get { lens(this) }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy