public class HttpMethod$
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static HttpMethod$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| HttpMethod$() | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpMethod | custom(java.lang.String name)Creates a custom method by name and assumes properties conservatively to be
 safe = false, idempotent = false and requestEntityAcceptance = Expected. | 
| HttpMethod | custom(java.lang.String name,
      boolean safe,
      boolean idempotent,
      RequestEntityAcceptance requestEntityAcceptance) | 
public static final HttpMethod$ MODULE$
public HttpMethod custom(java.lang.String name, boolean safe, boolean idempotent, RequestEntityAcceptance requestEntityAcceptance)
public HttpMethod custom(java.lang.String name)
name - (undocumented)