trait RequestDsl extends Methods with Auth
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestDsl
- Auth
- Methods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type / = impl./
- type FlagQueryParamMatcher = impl.FlagQueryParamMatcher
- type MethodConcat = impl.MethodConcat
- type OptionalMultiQueryParamDecoderMatcher[T] = impl.OptionalMultiQueryParamDecoderMatcher[T]
- type OptionalQueryParamDecoderMatcher[T] = impl.OptionalQueryParamDecoderMatcher[T]
- type OptionalQueryParamMatcher[T] = impl.OptionalQueryParamMatcher[T]
- type OptionalValidatingQueryParamDecoderMatcher[T] = impl.OptionalValidatingQueryParamDecoderMatcher[T]
- type Path = impl.Path
- type QueryParamDecoderMatcher[T] = impl.QueryParamDecoderMatcher[T]
- type QueryParamMatcher[T] = impl.QueryParamMatcher[T]
- type Root = impl.Root.type
- type ValidatingQueryParamDecoderMatcher[T] = impl.ValidatingQueryParamDecoderMatcher[T]
Abstract Value Members
- abstract val +&: impl.+&.type
- abstract val ->: impl.->.type
- abstract val /: impl./.type
- abstract val /:: impl./:.type
- abstract val :?: impl.:?.type
- abstract val IntVar: impl.IntVar.type
- abstract val LongVar: impl.LongVar.type
- abstract val Path: impl.Path.type
- abstract val Root: impl.Root.type
- abstract val UUIDVar: impl.UUIDVar.type
- abstract val ~: impl.~.type
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
CONNECT: Method.CONNECT
- Definition Classes
- Methods
-
val
DELETE: Method.DELETE
- Definition Classes
- Methods
-
val
GET: Method.GET
- Definition Classes
- Methods
-
val
HEAD: Method.HEAD
- Definition Classes
- Methods
-
val
OPTIONS: Method.OPTIONS
- Definition Classes
- Methods
-
val
PATCH: Method.PATCH
- Definition Classes
- Methods
-
val
POST: Method.POST
- Definition Classes
- Methods
-
val
PUT: Method.PUT
- Definition Classes
- Methods
-
val
TRACE: Method.TRACE
- Definition Classes
- Methods
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def http4sMethodConcatSyntax(methods: MethodConcat): MethodConcatOps
- implicit def http4sMethodSyntax(method: Method): MethodOps
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
as
- Definition Classes
- Auth