staticResources

class staticResources(val path: String, resourceRoot: ClassLoader, headers: Seq[(String, String)]) extends HttpEndpoint[String, Seq[String]]
trait HttpEndpoint[String, Seq[String]]
trait Endpoint[Raw, String, Seq[String]]
trait Decorator[Raw, String, Seq[String]]
class Annotation
class Object
trait Matchable
class Any

Type members

Types

Inherited types

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

Value members

Concrete methods

override def subpath: Boolean
Definition Classes
def wrapFunction(ctx: Request, delegate: Delegate): Result[Raw]
def wrapPathSegment(s: String): Seq[String]

Inherited methods

def convertToResultType[T](t: T)(implicit f: Conversion[T, String]): String
Inherited from:
Endpoint
Inherited from:
Decorator

Concrete fields

val methods: Seq[String]
val path: String