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)(implicit G: ApplicativeThrow[G]): Kleisli[F, Request[G], B]
def httpApp[F[_]](httpApp: HttpApp[F], limit: Long)(implicit evidence$2: ApplicativeThrow[F]): HttpApp[F]
def httpRoutes[F[_]](httpRoutes: HttpRoutes[F], limit: Long)(implicit evidence$1: ApplicativeThrow[F]): HttpRoutes[F]

Concrete fields