Closed jaycedowell closed 1 year ago
This PR updates LSL to use the newer headers attribute to access the HTTP response headers from URL request. Before info() was called to retrieve a metadata object and headers were accessed from that through getheader().
headers
info()
getheader()
This PR updates LSL to use the newer
headers
attribute to access the HTTP response headers from URL request. Beforeinfo()
was called to retrieve a metadata object and headers were accessed from that throughgetheader()
.