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
- 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 = Uri.Path
- type QueryParamDecoderMatcher[T] = impl.QueryParamDecoderMatcher[T]
- type QueryParamMatcher[T] = impl.QueryParamMatcher[T]
- type Root = Uri.Path.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: Uri.Path.type
- abstract val Root: Uri.Path.Root.type
- abstract val UUIDVar: impl.UUIDVar.type
- abstract val ~: impl.~.type
Concrete Value Members
-
val
CONNECT: Method.CONNECT.type
- Definition Classes
- Methods
-
val
DELETE: Method.DELETE.type
- Definition Classes
- Methods
-
val
GET: Method.GET.type
- Definition Classes
- Methods
-
val
HEAD: Method.HEAD.type
- Definition Classes
- Methods
-
val
OPTIONS: Method.OPTIONS.type
- Definition Classes
- Methods
-
val
PATCH: Method.PATCH.type
- Definition Classes
- Methods
-
val
POST: Method.POST.type
- Definition Classes
- Methods
-
val
PUT: Method.PUT.type
- Definition Classes
- Methods
-
val
TRACE: Method.TRACE.type
- Definition Classes
- Methods
- implicit def http4sMethodConcatSyntax(methods: MethodConcat): MethodConcatOps
- implicit def http4sMethodSyntax(method: Method): MethodOps
-
object
as
- Definition Classes
- Auth