org.http4s

Method

Related Docs: class Method | package http4s

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: 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 ACL: Method with Idempotent

  5. val BASELINE-CONTROL: Method with Idempotent

  6. val BIND: Method with Idempotent

  7. val CHECKIN: Method with Idempotent

  8. val CHECKOUT: Method with Idempotent

  9. val CONNECT: Method with Default with NoBody

  10. val COPY: Method with Idempotent

  11. val DELETE: Method with Idempotent with NoBody

  12. val GET: Method with Safe with NoBody

  13. val HEAD: Method with Safe with NoBody

  14. val LABEL: Method with Idempotent with PermitsBody

  15. val LINK: Method with Idempotent

  16. val LOCK: Method with Default

  17. val MERGE: Method with Idempotent

  18. val MKACTIVITY: Method with Idempotent

  19. val MKCALENDAR: Method with Idempotent

  20. val MKCOL: Method with Idempotent

  21. val MKREDIRECTREF: Method with Idempotent

  22. val MKWORKSPACE: Method with Idempotent

  23. val MOVE: Method with Idempotent

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

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

  26. val ORDERPATCH: Method with Idempotent

  27. val PATCH: Method with Default with PermitsBody

  28. val POST: Method with Default with PermitsBody

  29. val PROPFIND: Method with Safe

  30. val PROPPATCH: Method with Idempotent

  31. val PUT: Method with Idempotent with PermitsBody

  32. val REBIND: Method with Idempotent

  33. val REPORT: Method with Safe

  34. val SEARCH: Method with Safe

  35. object Semantics

  36. val TRACE: Method with Safe with PermitsBody

  37. val UNBIND: Method with Idempotent

  38. val UNCHECKOUT: Method with Idempotent

  39. val UNLINK: Method with Idempotent

  40. val UNLOCK: Method with Idempotent

  41. val UPDATE: Method with Idempotent

  42. val UPDATEREDIRECTREF: Method with Idempotent

  43. val VERSION-CONTROL: Method with Idempotent

  44. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  45. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. 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