Akka HTTP 10.7.1 - akka.http.scaladsl.model.HttpMethods (original) (raw)

object HttpMethods extends ObjectRegistry[String, HttpMethod]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. HttpMethods

  2. ObjectRegistry

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. val CONNECT: HttpMethod
  5. val DELETE: HttpMethod
  6. val GET: HttpMethod
  7. val HEAD: HttpMethod
  8. val OPTIONS: HttpMethod
  9. val PATCH: HttpMethod
  10. val POST: HttpMethod
  11. val PUT: HttpMethod
  12. val TRACE: HttpMethod
  13. final def asInstanceOf[T0]: T0
  14. def clone(): AnyRef
  15. final def eq(arg0: AnyRef): Boolean
  16. def equals(arg0: AnyRef): Boolean
  17. final def getClass(): Class[_ <: AnyRef]
  18. def getForKey(key: String): Option[HttpMethod]
  19. def getForKeyCaseInsensitive(key: String)(implicit conv: <:<[String, String]): Option[HttpMethod]
  20. def hashCode(): Int
  21. final def isInstanceOf[T0]: Boolean
  22. final def ne(arg0: AnyRef): Boolean
  23. final def notify(): Unit
  24. final def notifyAll(): Unit
  25. final def register(key: String, obj: HttpMethod): obj.type
  26. final def synchronized[T0](arg0: => T0): T0
  27. def toString(): String
  28. final def wait(arg0: Long, arg1: Int): Unit
  29. final def wait(arg0: Long): Unit
  30. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit

Ungrouped