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

com.twitter.finatra.http.package.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finatra

import com.twitter.finagle.Filter
import com.twitter.finagle.http.{Response, Request}

package object http {

  private[http] type HttpFilter = Filter[Request, Response, Request, Response]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy