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

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

The newest version!
package com.twitter.finatra

package object routing {
  @deprecated("Use com.twitter.finatra.http.routing.HttpRouter", "")
  type Router = com.twitter.finatra.http.routing.HttpRouter

  @deprecated("Use com.twitter.finatra.http.routing.FileResolver", "")
  type FileResolver = com.twitter.finatra.http.routing.FileResolver

  @deprecated("Use com.twitter.finatra.http.routing.HttpRouter", "")
  type HttpRouter = com.twitter.finatra.http.routing.HttpRouter

  @deprecated("Use com.twitter.finatra.http.routing.HttpRouter", "")
  val HttpRouter = com.twitter.finatra.http.routing.HttpRouter
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy