Packages

object Method extends MethodInstances with Serializable

Source
Method.scala
Linear Supertypes
Serializable, Serializable, MethodInstances, AnyRef, Any
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
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait NoBody extends Method
  2. sealed trait PermitsBody extends Method
  3. sealed trait Semantics extends AnyRef

Value Members

  1. val ACL: Method with Idempotent
  2. val BASELINE-CONTROL: Method with Idempotent
  3. val BIND: Method with Idempotent
  4. val CHECKIN: Method with Idempotent
  5. val CHECKOUT: Method with Idempotent
  6. val CONNECT: Method with Default with NoBody
  7. val COPY: Method with Idempotent
  8. val DELETE: Method with Idempotent with NoBody
  9. val GET: Method with Safe with NoBody
  10. val HEAD: Method with Safe with NoBody
  11. val LABEL: Method with Idempotent with PermitsBody
  12. val LINK: Method with Idempotent
  13. val LOCK: Method with Default
  14. val MERGE: Method with Idempotent
  15. val MKACTIVITY: Method with Idempotent
  16. val MKCALENDAR: Method with Idempotent
  17. val MKCOL: Method with Idempotent
  18. val MKREDIRECTREF: Method with Idempotent
  19. val MKWORKSPACE: Method with Idempotent
  20. val MOVE: Method with Idempotent
  21. implicit val MethodInstances: Show[Method] with Equal[Method]
    Definition Classes
    MethodInstances
  22. val OPTIONS: Method with Safe with PermitsBody
  23. val ORDERPATCH: Method with Idempotent
  24. val PATCH: Method with Default with PermitsBody
  25. val POST: Method with Default with PermitsBody
  26. val PROPFIND: Method with Safe
  27. val PROPPATCH: Method with Idempotent
  28. val PUT: Method with Idempotent with PermitsBody
  29. val REBIND: Method with Idempotent
  30. val REPORT: Method with Safe
  31. val SEARCH: Method with Safe
  32. val TRACE: Method with Safe with PermitsBody
  33. val UNBIND: Method with Idempotent
  34. val UNCHECKOUT: Method with Idempotent
  35. val UNLINK: Method with Idempotent
  36. val UNLOCK: Method with Idempotent
  37. val UPDATE: Method with Idempotent
  38. val UPDATEREDIRECTREF: Method with Idempotent
  39. val VERSION-CONTROL: Method with Idempotent
  40. def fromString(s: String): ParseResult[Method]
  41. def registered: Iterable[Method]
  42. object Semantics