Route

harness.http.server.Route
See theRoute companion object
trait Route[-R]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def apply(method: HttpMethod, path: List[String]): SHRIO[BuiltInRequestEnv & R, HttpResponse]

Concrete methods

final def /:(met: HttpMethod): Route[R]
final def /:(str: String): Route[R]
final def widen[R2 <: R]: Route[R2]