Class HttpRequest.Method
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.HttpRequest.Method
-
- Enclosing class:
- HttpRequest
public static class HttpRequest.Method extends Object
-
-
Constructor Summary
Constructors Constructor Description Method()
-
-
-
Field Detail
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
POST
public static final String POST
- See Also:
- Constant Field Values
-
-