EntityLimiter

class Object
trait Matchable
class Any

Type members

Classlikes

final case class EntityTooLarge(limit: Long) extends Exception with NoStackTrace

Value members

Concrete methods

def apply[F[_], G[_], B](http: Kleisli[F, Request[G], B], limit: Long)(G: ApplicativeThrow[G]): Kleisli[F, Request[G], B]
def httpApp[F[_]](httpApp: HttpApp[F], limit: Long)(`evidence$2`: ApplicativeThrow[F]): HttpApp[F]
def httpRoutes[F[_]](httpRoutes: HttpRoutes[F], limit: Long)(`evidence$1`: ApplicativeThrow[F]): HttpRoutes[F]

Concrete fields