public interface ReactiveDao
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.web.reactive.function.client.WebClient.ResponseSpec |
sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri)
向阿里云盘发动指定请求,得到响应处理
|
org.springframework.web.reactive.function.client.WebClient.ResponseSpec |
sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri,
Object body)
向阿里云盘发动指定请求,得到响应处理
|
org.springframework.web.reactive.function.client.WebClient.ResponseSpec sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri)
httpMethod - http请求方式uri - 请求地址Copyright © 2021. All rights reserved.