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

zhttp.http.middleware.package.scala Maven / Gradle / Ivy

There is a newer version: 2.0.0-RC11
Show newest version
package zhttp.http

package object middleware {
  type HttpMiddleware[-R, +E] = Middleware[R, E, Request, Response, Request, Response]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy