HTTP headers to use. If not set, the unleash client SDK ones will be used.
9
10
11
12
13
14
15
# File 'lib/unleash/bootstrap/provider/from_url.rb', line 9defself.read(url,headers=nil)response=Unleash::Util::Http.get(URI.parse(url),nil,headers)returnnilifresponse.code!='200'response.bodyend