Package de.comuny.trinity.util

Types

Link copied to clipboard
object ComunyCertificates

Functions

Link copied to clipboard
fun Url.validate(): Url

Helper functions that validate, whether URL is in "valid" format. It works by converting io.ktor.http.Url into okhttp3.HttpUrl and accepting only 'http' and 'https' as valid schemes.