| 类 | 说明 |
|---|---|
| DeleteRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/16
描 述:
修订历史:
================================================
|
| GetRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/12
描 述:Get请求的实现类,注意需要传入本类的泛型
修订历史:
================================================
|
| HeadRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/16
描 述:
修订历史:
================================================
|
| OptionsRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/16
描 述:Options请求
修订历史:
================================================
|
| PatchRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/16
描 述:
修订历史:
================================================
|
| PostRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/12
描 述:Post请求的实现类,注意需要传入本类的泛型
修订历史:
================================================
|
| PutRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/16
描 述:
修订历史:
================================================
|
| TraceRequest<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/12
描 述:Trace请求的实现类,注意需要传入本类的泛型
修订历史:
================================================
|