filter

fun filter(predicate: HttpServerPredicate = HttpServerPredicate(), callback: HttpCallback)
fun filter(methods: Set<HttpMethod> = emptySet(), pattern: String = "", exception: KClass<out Exception>? = null, status: HttpStatus? = null, callback: HttpCallback)
fun filter(method: HttpMethod, pattern: String = "", callback: HttpCallback)
fun filter(pattern: String, callback: HttpCallback)