Package akka.http.scaladsl.model
Class HttpMethods$
java.lang.Object
akka.http.scaladsl.model.HttpMethods$
- All Implemented Interfaces:
ObjectRegistry<String,
HttpMethod>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpMethods$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface akka.http.impl.util.ObjectRegistry
getForKey, register
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
HttpMethods$
public HttpMethods$()
-
-
Method Details
-
CONNECT
-
DELETE
-
GET
-
HEAD
-
OPTIONS
-
PATCH
-
POST
-
PUT
-
TRACE
-
getForKeyCaseInsensitive
public scala.Option<HttpMethod> getForKeyCaseInsensitive(String key, scala.$less$colon$less<String, String> conv) - Specified by:
getForKeyCaseInsensitive
in interfaceObjectRegistry<String,
HttpMethod>
-