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

spice.http.server.validation.Validator.scala Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package spice.http.server.validation

import rapid.Task
import spice.http.HttpExchange

trait Validator {
  def validate(exchange: HttpExchange): Task[ValidationResult]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy