Skip to content

Attempting to download .json file parses file as JSON. #25

Open
@btimby

Description

@btimby

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions