TranslateUri

org.http4s.server.middleware.TranslateUri$
object TranslateUri

Removes the given prefix from the beginning of the path of the Request.

Attributes

Source
TranslateUri.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], G[_], B](prefix: String)(http: Kleisli[F, Request[G], B])(implicit F: MonoidK[F]): Kleisli[F, Request[G], B]

Attributes

Source
TranslateUri.scala