public interface IRequestServer extends IRequestHost, IRequestPath, IRequestClient, IRequestType, IRequestCache
| Modifier and Type | Method and Description |
|---|---|
default CacheMode |
getMode()
接口缓存方式
|
default java.lang.String |
getPath()
路径地址
|
default BodyType |
getType()
参数提交类型
|
getHostgetClientdefault BodyType getType()
IRequestTypegetType in interface IRequestTypedefault CacheMode getMode()
IRequestCachegetMode in interface IRequestCachedefault java.lang.String getPath()
IRequestPathgetPath in interface IRequestPath