put

class put(val path: String, val subpath: Boolean) extends WebEndpoint
trait HttpEndpoint[Raw, Seq[String]]
trait Endpoint[Raw, Raw, Seq[String]]
trait Decorator[Raw, Raw, Seq[String]]
class Annotation
class Object
trait Matchable
class Any

Type members

Inherited types

final type Delegate = Map[String, Input] => Result[InnerReturned]
Inherited from:
Decorator
Inherited from:
WebEndpoint
final type InputTypeAlias = Input
Inherited from:
Decorator

Value members

Inherited methods

def convertToResultType[T](t: T)(implicit f: Conversion[T, Raw]): Raw
Inherited from:
Endpoint
Inherited from:
Decorator
def wrapFunction(ctx: Request, delegate: Delegate): Result[Raw]
Inherited from:
WebEndpoint
def wrapPathSegment(s: String): Seq[String]
Inherited from:
WebEndpoint

Concrete fields

val methods: Seq[String]
val path: String
override val subpath: Boolean