Package io.ably.lib.http
Class HttpConstants.Methods
- java.lang.Object
-
- io.ably.lib.http.HttpConstants.Methods
-
- Enclosing class:
- HttpConstants
public static class HttpConstants.Methods extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Methods()
-
-
-
Field Detail
-
GET
public static final java.lang.String GET
- See Also:
- Constant Field Values
-
PUT
public static final java.lang.String PUT
- See Also:
- Constant Field Values
-
POST
public static final java.lang.String POST
- See Also:
- Constant Field Values
-
DELETE
public static final java.lang.String DELETE
- See Also:
- Constant Field Values
-
PATCH
public static final java.lang.String PATCH
- See Also:
- Constant Field Values
-
-