org.http4s

Method

object Method extends MethodInstances with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Method
  2. Serializable
  3. Serializable
  4. MethodInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait NoBody extends AnyRef

  2. sealed trait PermitsBody extends AnyRef

  3. sealed trait Semantics extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ACL: Method with Idempotent

  7. val BASELINE-CONTROL: Method with Idempotent

  8. val BIND: Method with Idempotent

  9. val CHECKIN: Method with Idempotent

  10. val CHECKOUT: Method with Idempotent

  11. val CONNECT: Method with Default with NoBody

  12. val COPY: Method with Idempotent

  13. val DELETE: Method with Idempotent with NoBody

  14. val GET: Method with Safe with NoBody

  15. val HEAD: Method with Safe with NoBody

  16. val LABEL: Method with Idempotent with PermitsBody

  17. val LINK: Method with Idempotent

  18. val LOCK: Method with Default

  19. val MERGE: Method with Idempotent

  20. val MKACTIVITY: Method with Idempotent

  21. val MKCALENDAR: Method with Idempotent

  22. val MKCOL: Method with Idempotent

  23. val MKREDIRECTREF: Method with Idempotent

  24. val MKWORKSPACE: Method with Idempotent

  25. val MOVE: Method with Idempotent

  26. implicit val MethodInstances: Show[Method] with Equal[Method]

    Definition Classes
    MethodInstances
  27. val OPTIONS: Method with Safe with PermitsBody

  28. val ORDERPATCH: Method with Idempotent

  29. val PATCH: Method with Default with PermitsBody

  30. val POST: Method with Default with PermitsBody

  31. val PROPFIND: Method with Safe

  32. val PROPPATCH: Method with Idempotent

  33. val PUT: Method with Idempotent with PermitsBody

  34. val REBIND: Method with Idempotent

  35. val REPORT: Method with Safe

  36. val SEARCH: Method with Safe

  37. object Semantics

  38. val TRACE: Method with Safe with PermitsBody

  39. val UNBIND: Method with Idempotent

  40. val UNCHECKOUT: Method with Idempotent

  41. val UNLINK: Method with Idempotent

  42. val UNLOCK: Method with Idempotent

  43. val UPDATE: Method with Idempotent

  44. val UPDATEREDIRECTREF: Method with Idempotent

  45. val VERSION-CONTROL: Method with Idempotent

  46. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  47. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  50. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def fromString(s: String): ParseResult[Method]

  52. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  53. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  54. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  55. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  58. def registered: Iterable[Method]

  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def toString(): String

    Definition Classes
    AnyRef → Any
  61. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from MethodInstances

Inherited from AnyRef

Inherited from Any

Ungrouped