spice.openapi.server.ServiceResponse.scala Maven / Gradle / Ivy
package spice.openapi.server
import spice.http.HttpExchange
case class ServiceResponse[Response](exchange: HttpExchange)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package spice.openapi.server
import spice.http.HttpExchange
case class ServiceResponse[Response](exchange: HttpExchange)