public static enum Http.Method extends Enum<Http.Method>
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
static Http.Method |
valueOf(String name) |
static Http.Method[] |
values() |
public static final Http.Method GET
public static final Http.Method POST
public static Http.Method[] values()
public static Http.Method valueOf(String name)
public String getMethod()
Copyright © 2016. All rights reserved.