public interface HeaderHandler<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(T result,
CosHttpResponse response)
Applies one or more headers to the response object given.
|
void handle(T result, CosHttpResponse response)
result - The response object to be returned to the client.response - The HTTP response from cos.Copyright © 2022. All rights reserved.