object HttpMethods extends ObjectRegistry[String, HttpMethod]

Source
HttpMethod.scala
Linear Supertypes
ObjectRegistry[String, HttpMethod], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpMethods
  2. ObjectRegistry
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val CONNECT: HttpMethod
  2. val DELETE: HttpMethod
  3. val GET: HttpMethod
  4. val HEAD: HttpMethod
  5. val OPTIONS: HttpMethod
  6. val PATCH: HttpMethod
  7. val POST: HttpMethod
  8. val PUT: HttpMethod
  9. val TRACE: HttpMethod
  10. def getForKey(key: String): Option[HttpMethod]
    Definition Classes
    ObjectRegistry
  11. def getForKeyCaseInsensitive(key: String)(implicit conv: <:<[String, String]): Option[HttpMethod]
    Definition Classes
    HttpMethods → ObjectRegistry