object EntityLimiter
- Source
- EntityLimiter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntityLimiter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class EntityTooLarge(limit: Long) extends Exception with NoStackTrace with Product with Serializable
Value Members
- val DefaultMaxEntitySize: Long
- def apply[F[_], G[_], B](http: Kleisli[F, Request[G], B], limit: Long = DefaultMaxEntitySize)(implicit G: ApplicativeThrow[G]): Kleisli[F, Request[G], B]
- def httpApp[F[_]](httpApp: HttpApp[F], limit: Long = DefaultMaxEntitySize)(implicit arg0: ApplicativeThrow[F]): HttpApp[F]
- def httpRoutes[F[_]](httpRoutes: HttpRoutes[F], limit: Long = DefaultMaxEntitySize)(implicit arg0: ApplicativeThrow[F]): HttpRoutes[F]