Open
Description
If you attempt to download a .json file, the library instead parses the JSON content of the file. This is because parsing is triggered by the Content-Type
header, which is set to application/json
according to the file type being downloaded.
Downloading should disable the automatic parsing of JSON, or the library should return a response and allow the caller to parse JSON if that is desired.
Metadata
Metadata
Assignees
Labels
No labels