JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
net.dreamlu.mica.http
Interface Method
public interface
Method
http method
Author:
dream.lu
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
DELETE
static final
String
GET
static final
String
PATCH
static final
String
POST
static final
String
PUT
Field Details
GET
static final
String
GET
See Also:
Constant Field Values
POST
static final
String
POST
See Also:
Constant Field Values
PATCH
static final
String
PATCH
See Also:
Constant Field Values
PUT
static final
String
PUT
See Also:
Constant Field Values
DELETE
static final
String
DELETE
See Also:
Constant Field Values