object Method extends MethodInstances with Serializable
- Source
- Method.scala
- Alphabetic
- By Inheritance
- Method
- Serializable
- Serializable
- MethodInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Value Members
- val ACL: Method with Idempotent
- val BASELINE-CONTROL: Method with Idempotent
- val BIND: Method with Idempotent
- val CHECKIN: Method with Idempotent
- val CHECKOUT: Method with Idempotent
- val CONNECT: Method with Default with NoBody
- val COPY: Method with Idempotent
- val DELETE: Method with Idempotent with NoBody
- val GET: Method with Safe with NoBody
- val HEAD: Method with Safe with NoBody
- val LABEL: Method with Idempotent with PermitsBody
- val LINK: Method with Idempotent
- val LOCK: Method with Default
- val MERGE: Method with Idempotent
- val MKACTIVITY: Method with Idempotent
- val MKCALENDAR: Method with Idempotent
- val MKCOL: Method with Idempotent
- val MKREDIRECTREF: Method with Idempotent
- val MKWORKSPACE: Method with Idempotent
- val MOVE: Method with Idempotent
-
implicit
val
MethodInstances: Show[Method] with Equal[Method]
- Definition Classes
- MethodInstances
- val OPTIONS: Method with Safe with PermitsBody
- val ORDERPATCH: Method with Idempotent
- val PATCH: Method with Default with PermitsBody
- val POST: Method with Default with PermitsBody
- val PROPFIND: Method with Safe
- val PROPPATCH: Method with Idempotent
- val PUT: Method with Idempotent with PermitsBody
- val REBIND: Method with Idempotent
- val REPORT: Method with Safe
- val SEARCH: Method with Safe
- val TRACE: Method with Safe with PermitsBody
- val UNBIND: Method with Idempotent
- val UNCHECKOUT: Method with Idempotent
- val UNLINK: Method with Idempotent
- val UNLOCK: Method with Idempotent
- val UPDATE: Method with Idempotent
- val UPDATEREDIRECTREF: Method with Idempotent
- val VERSION-CONTROL: Method with Idempotent
- def fromString(s: String): ParseResult[Method]
- def registered: Iterable[Method]
- object Semantics