oxygen.http.core

Members list

Type members

Classlikes

trait BodyCodec[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DNE
object Empty
trait Text[A]
trait Json[A]
class Required[A]
class Transform[A, B]
class TransformOrFail[A, B]
trait Plain[A]
class Required[A]
object Str
class Transform[A, B]
class TransformOrFail[A, B]
class Transform[A, B]
class TransformOrFail[A, B]
Show all
object BodyCodec extends LowPriority1

Attributes

Companion
trait
Supertypes
trait LowPriority1
class Object
trait Matchable
class Any
Self type
BodyCodec.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait HttpCodes[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Const[A]
object HttpCodes extends Derivable[HttpCodes]

Attributes

Companion
trait
Supertypes
trait Derivable[HttpCodes]
class Object
trait Matchable
class Any
Self type
HttpCodes.type
trait ParamCodec[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Json[A]
class Many[A]
class ManyNonEmpty[A]
class Optional[A]
class Required[A]
trait Plain[A]
class Many[A]
class ManyNonEmpty[A]
class Optional[A]
class Required[A]
Show all
object ParamCodec

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ParamCodec.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait PathCodec[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AllRemaining
class AndThen[A, B, C]
class Const
class Consts
class OrElse[A, B]
class SingleTypedParam[A]
Show all
object PathCodec

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
PathCodec.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait ResponseCodec[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FromBodyCodec[A]
object ResponseCodec

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class httpCode(code: Standard) extends Annotation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Annotation
class Object
trait Matchable
class Any
Show all
object httpCode

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
httpCode.type
sealed abstract class param extends Annotation

Attributes

Companion
object
Supertypes
class Annotation
class Object
trait Matchable
class Any
Known subtypes
class body
class json
class plain
class header
class json
class plain
class path
class query
class json
class plain
Show all
object param

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
param.type
sealed abstract class route(val method: Standard) extends Annotation

Attributes

Companion
object
Supertypes
class Annotation
class Object
trait Matchable
class Any
Known subtypes
class connect
class delete
class get
class head
class options
class patch
class post
class put
class trace
Show all
object route

Attributes

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

Givens

Givens

given given_ToExprT_Source: ToExprT[Source]