public interface RequestPreprocessor
we can modify headers, cookies, params or even url of the request before actually send it.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(HttpRequest request)
Pre-processing the request
|
void process(HttpRequest request)
request - the request to sendCopyright © 2019. All Rights Reserved.