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