object HttpMethods extends ObjectRegistry[String, HttpMethod]
- Source
- HttpMethod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpMethods
- ObjectRegistry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val CONNECT: HttpMethod
- val DELETE: HttpMethod
- val GET: HttpMethod
- val HEAD: HttpMethod
- val OPTIONS: HttpMethod
- val PATCH: HttpMethod
- val POST: HttpMethod
- val PUT: HttpMethod
- val TRACE: HttpMethod
-
def
getForKey(key: String): Option[HttpMethod]
- Definition Classes
- ObjectRegistry
-
def
getForKeyCaseInsensitive(key: String)(implicit conv: <:<[String, String]): Option[HttpMethod]
- Definition Classes
- HttpMethods → ObjectRegistry