mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Document DataSource.getResponseHeaders case-insensitivity
PiperOrigin-RevId: 315480048
This commit is contained in:
parent
947485e2b7
commit
a11f7b8cdd
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue