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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CONNECT: Method.CONNECT
    Definition Classes
    Methods
  5. val DELETE: Method.DELETE
    Definition Classes
    Methods
  6. val GET: Method.GET
    Definition Classes
    Methods
  7. val HEAD: Method.HEAD
    Definition Classes
    Methods
  8. val OPTIONS: Method.OPTIONS
    Definition Classes
    Methods
  9. val PATCH: Method.PATCH
    Definition Classes
    Methods
  10. val POST: Method.POST
    Definition Classes
    Methods
  11. val PUT: Method.PUT
    Definition Classes
    Methods
  12. val TRACE: Method.TRACE
    Definition Classes
    Methods
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. implicit def http4sMethodConcatSyntax(methods: MethodConcat): MethodConcatOps
  21. implicit def http4sMethodSyntax(method: Method): MethodOps
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. object as
    Definition Classes
    Auth

Inherited from Auth

Inherited from Methods

Inherited from AnyRef

Inherited from Any

Ungrouped