Class
caplin.streamlink

KeymasterHttpHeaderProvider

The set of headers provided by this interface will be sent with KeyMaster connections.

Constructor Summary

Attributes Name and Description
caplin.streamlink.KeymasterHttpHeaderProvider()

Method Summary

Attributes Name and Description
Object getHeaders(String url)

Provide HTTP headers as a map of header name to value.

Constructor Detail

caplin.streamlink.KeymasterHttpHeaderProvider()

Method Detail

Object getHeaders(String url)

Provide HTTP headers as a map of header name to value.

Parameters
String url the keymaster url being requested.
Returns
{Object} a map of HTTP headers to include in the request.