mikeevstropov
Results
2
issues of
mikeevstropov
I'm trying to set `Expires` and `Cache-Control` headers.
like this: ``` javascript [ { 'src' : 'http://example.com/playlist1-1/index.m3u8', 'label' : '720p' } { 'src' : 'http://example.com/playlist1-2/index.m3u8', 'label' : '1080p' } ] ``` If you have example please show it....
enhancement