Packages

t

org.http4s.dsl

RequestDsl

trait RequestDsl extends Methods with Auth

Source
RequestDsl.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestDsl
  2. Auth
  3. Methods
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type / = impl./
  2. type FlagQueryParamMatcher = impl.FlagQueryParamMatcher
  3. type MethodConcat = impl.MethodConcat
  4. type OptionalMultiQueryParamDecoderMatcher[T] = impl.OptionalMultiQueryParamDecoderMatcher[T]
  5. type OptionalQueryParamDecoderMatcher[T] = impl.OptionalQueryParamDecoderMatcher[T]
  6. type OptionalQueryParamMatcher[T] = impl.OptionalQueryParamMatcher[T]
  7. type OptionalValidatingQueryParamDecoderMatcher[T] = impl.OptionalValidatingQueryParamDecoderMatcher[T]
  8. type Path = impl.Path
  9. type QueryParamDecoderMatcher[T] = impl.QueryParamDecoderMatcher[T]
  10. type QueryParamMatcher[T] = impl.QueryParamMatcher[T]
  11. type Root = impl.Root.type
  12. type ValidatingQueryParamDecoderMatcher[T] = impl.ValidatingQueryParamDecoderMatcher[T]

Abstract Value Members

  1. abstract val +&: impl.+&.type
  2. abstract val ->: impl.->.type
  3. abstract val /: impl./.type
  4. abstract val /:: impl./:.type
  5. abstract val :?: impl.:?.type
  6. abstract val IntVar: impl.IntVar.type
  7. abstract val LongVar: impl.LongVar.type
  8. abstract val Path: impl.Path.type
  9. abstract val Root: impl.Root.type
  10. abstract val UUIDVar: impl.UUIDVar.type
  11. abstract val ~: impl.~.type

Concrete Value Members

  1. val CONNECT: Method.CONNECT
    Definition Classes
    Methods
  2. val DELETE: Method.DELETE
    Definition Classes
    Methods
  3. val GET: Method.GET
    Definition Classes
    Methods
  4. val HEAD: Method.HEAD
    Definition Classes
    Methods
  5. val OPTIONS: Method.OPTIONS
    Definition Classes
    Methods
  6. val PATCH: Method.PATCH
    Definition Classes
    Methods
  7. val POST: Method.POST
    Definition Classes
    Methods
  8. val PUT: Method.PUT
    Definition Classes
    Methods
  9. val TRACE: Method.TRACE
    Definition Classes
    Methods
  10. implicit def http4sMethodConcatSyntax(methods: MethodConcat): MethodConcatOps
  11. implicit def http4sMethodSyntax(method: Method): MethodOps
  12. object as
    Definition Classes
    Auth