ConstantRouter

cc.otavia.http.server.Router.ConstantRouter
final case class ConstantRouter[T](method: HttpMethod, path: String, value: T, serde: Serde[T], mediaType: MediaType) extends Router

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product