HttpMethod

sealed trait HttpMethod
Companion:
object
class Object
trait Matchable
class Any
object Connect.type
object Delete.type
object Get.type
object Head.type
object Options.type
object Patch.type
object Post.type
object Put.type
object Trace.type

Value members

Abstract fields

val isSafe: Boolean

Flag as to whether the method is "safe", as defined by RFC 2616.

Flag as to whether the method is "safe", as defined by RFC 2616.