compress

class compress extends RawDecorator
trait Decorator[Raw, Raw, Any]
class Annotation
class Object
trait Matchable
class Any

Type members

Inherited types

final type Delegate = Map[String, Input] => Result[InnerReturned]
Inherited from:
Decorator
type InputParser[T] = NoOpParser[Any, T]
Inherited from:
RawDecorator
final type InputTypeAlias = Input
Inherited from:
Decorator

Value members

Concrete methods

def wrapFunction(ctx: Request, delegate: Delegate): Result[Raw]

Inherited methods

def getParamParser[T](implicit p: InputParser[T]): InputParser[T]
Inherited from:
Decorator