Response.content_encoding
Gets the value of this response’s Content-Encoding header.
var r = HTTP.get("https://example.com")
print(r.content_encoding) # gzip
Gets the value of this response’s Content-Encoding header.
var r = HTTP.get("https://example.com")
print(r.content_encoding) # gzip