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

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

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

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

val Assertion.Builder.path get() = get(Uri::path)
val Assertion.Builder.query get() = get(Uri::query)
val Assertion.Builder.authority get() = get(Uri::authority)
val Assertion.Builder.host get() = get(Uri::host)
val Assertion.Builder.port get() = get(Uri::port)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy