websocket

class websocket(val path: String, val subpath: Boolean) extends Endpoint[WebsocketResult, WebsocketResult, 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
final type InputTypeAlias = Input
Inherited from:
Decorator

Value members

Concrete methods

def wrapPathSegment(s: String): Seq[String]

Inherited methods

Inherited from:
Endpoint
Inherited from:
Decorator

Concrete fields

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