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

as.zio-servlet_2.13.1.2.2.source-code.package.scala Maven / Gradle / Ivy

The newest version!
package com.earldouglas.zio.servlet

import javax.servlet.http.HttpServletRequest
import javax.servlet.http.HttpServletResponse

trait RequestIO {
  def request: HttpServletRequest
}

trait ResponseIO {
  def response: HttpServletResponse
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy