Package akka.http.scaladsl.model
Class HttpMethods
java.lang.Object
akka.http.scaladsl.model.HttpMethods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.immutable.Map<K,
V> static void
akka$http$impl$util$ObjectRegistry$$_registry_$eq
(scala.collection.immutable.Map<K, V> x$1) static HttpMethod
CONNECT()
static HttpMethod
DELETE()
static HttpMethod
GET()
static scala.Option<V>
getForKey
(K key) static scala.Option<HttpMethod>
getForKeyCaseInsensitive
(String key, scala.$less$colon$less<String, String> conv) static HttpMethod
HEAD()
static HttpMethod
OPTIONS()
static HttpMethod
PATCH()
static HttpMethod
POST()
static HttpMethod
PUT()
protected static final Object
register
(K key, V obj) static HttpMethod
TRACE()
-
Constructor Details
-
HttpMethods
public HttpMethods()
-
-
Method Details
-
CONNECT
-
DELETE
-
GET
-
HEAD
-
OPTIONS
-
PATCH
-
POST
-
PUT
-
TRACE
-
getForKeyCaseInsensitive
public static scala.Option<HttpMethod> getForKeyCaseInsensitive(String key, scala.$less$colon$less<String, String> conv) -
akka$http$impl$util$ObjectRegistry$$_registry
public static scala.collection.immutable.Map<K,V> akka$http$impl$util$ObjectRegistry$$_registry() -
akka$http$impl$util$ObjectRegistry$$_registry_$eq
public static void akka$http$impl$util$ObjectRegistry$$_registry_$eq(scala.collection.immutable.Map<K, V> x$1) -
register
-
getForKey
public static scala.Option<V> getForKey(K key)
-