| 程序包 | 说明 |
|---|---|
| online.inote.common.utils.http |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Result |
Request.delete()
DELETE请求
|
Result |
SyncRequest.delete()
DELETE请求
|
Result |
AsyncRequest.delete()
DELETE请求
|
abstract Result |
Request.get()
GET请求
|
Result |
SyncRequest.get()
GET请求
|
Result |
AsyncRequest.get()
GET请求
|
abstract Result |
Request.post()
POST请求
|
Result |
SyncRequest.post()
POST请求
|
Result |
AsyncRequest.post()
POST请求
|
abstract Result |
Request.put()
PUT请求
|
Result |
SyncRequest.put()
PUT请求
|
Result |
AsyncRequest.put()
PUT请求
|
Copyright © 2021. All rights reserved.