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

org.http4k.contract.security.NoSecurity.kt Maven / Gradle / Ivy

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

import org.http4k.core.Filter

/**
 * Default NoOp security filter. Filter allows all traffic through.
 */
object NoSecurity : Security {
    override val filter = Filter { it }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy