route

oxygen.http.core.route
See theroute companion class
object route

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
route.type

Members list

Type members

Classlikes

final case class connect(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class delete(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class get(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class head(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class options(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class patch(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class post(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class put(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all
final case class trace(url: String) extends route

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class route
class Annotation
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given derived$FromExprT: FromExprT[route]