EntityLimiter

org.http4s.server.middleware.EntityLimiter$

Attributes

Source:
EntityLimiter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

Source:
EntityLimiter.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

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]

Attributes

Source:
EntityLimiter.scala
def httpApp[F[_] : ApplicativeThrow](httpApp: HttpApp[F], limit: Long): HttpApp[F]

Attributes

Source:
EntityLimiter.scala
def httpRoutes[F[_] : ApplicativeThrow](httpRoutes: HttpRoutes[F], limit: Long): HttpRoutes[F]

Attributes

Source:
EntityLimiter.scala

Concrete fields