TranslateUri

org.http4s.server.middleware.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

Concise view

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