implicit final class HttpVersionNotSupportedSyntax extends AnyVal with EntityResponseGenerator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpVersionNotSupportedSyntax
- EntityResponseGenerator
- ResponseGenerator
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HttpVersionNotSupportedSyntax(status: HttpVersionNotSupported.type)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
apply[A](body: A, headers: Headers)(implicit w: EntityEncoder[A]): Task[Response]
- Definition Classes
- EntityResponseGenerator
-
def
apply[A](body: A)(implicit w: EntityEncoder[A]): Task[Response]
- Definition Classes
- EntityResponseGenerator
-
def
apply(): Task[Response]
- Definition Classes
- EntityResponseGenerator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
status: HttpVersionNotSupported.type
- Definition Classes
- HttpVersionNotSupportedSyntax → ResponseGenerator
-
def
toString(): String
- Definition Classes
- Any