Commit a11f7b8c by aquilescanta Committed by Ian Baker

Document DataSource.getResponseHeaders case-insensitivity

PiperOrigin-RevId: 315480048
parent 947485e2
......@@ -74,6 +74,8 @@ public interface DataSource extends DataReader {
/**
* When the source is open, returns the response headers associated with the last {@link #open}
* call. Otherwise, returns an empty map.
*
* <p>Key look-up in the returned map is case-insensitive.
*/
default Map<String, List<String>> getResponseHeaders() {
return Collections.emptyMap();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment