httpHeaders property

Map<String, String> httpHeaders
getter/setter pair

HTTP headers used for the request to the uri. Only for DataSourceType.network videos. Always empty for other video types.

Implementation

Map<String, String> httpHeaders;