HttpsConnection.getResponseHeaders 方法
定义
Returns the response headers as a Map, where the key is the header field name and the values are the values associated with the header field name.
public Map<String, List<String>> getResponseHeaders()
返回
Map<String, List<String>>
the response headers.
适用于