Document DataSource.getResponseHeaders case-insensitivity
PiperOrigin-RevId: 315480048
This commit is contained in:
parent
947485e2b7
commit
a11f7b8cdd
@ -74,6 +74,8 @@ public interface DataSource extends DataReader {
|
|||||||
/**
|
/**
|
||||||
* When the source is open, returns the response headers associated with the last {@link #open}
|
* When the source is open, returns the response headers associated with the last {@link #open}
|
||||||
* call. Otherwise, returns an empty map.
|
* call. Otherwise, returns an empty map.
|
||||||
|
*
|
||||||
|
* <p>Key look-up in the returned map is case-insensitive.
|
||||||
*/
|
*/
|
||||||
default Map<String, List<String>> getResponseHeaders() {
|
default Map<String, List<String>> getResponseHeaders() {
|
||||||
return Collections.emptyMap();
|
return Collections.emptyMap();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user