public interface Option
| 限定符和类型 | 方法和说明 |
|---|---|
static Options |
conv2Options(Option[] opts) |
void |
fill(Options options) |
static Option |
withHeader(String key,
String value) |
static Option |
withHeaders(Map<String,String> headers) |
static Option |
withQueries(Map<String,String> queries) |
static Option |
withQuery(String key,
String value) |
static Option |
withRequestID(String requestID) |
static Option |
withServerTimeout(Duration timeout) |
static Option |
withTimeout(Duration timeout) |
void fill(Options options)
Copyright © 2022. All rights reserved.