klassen-software-solutions / crest

Command line REST client
MIT License
0 stars 0 forks source link

REJECTED: Multipart binary downloads are not being handled properly #39

Closed stevenklassen8376 closed 2 years ago

stevenklassen8376 commented 2 years ago

I tested this by downloading a zip file which could then not be opened. The same url worked in curl so I know it wasn't a problem with the server.

My suspicion is that we are adding a newline or something between the multiple parts.

stevenklassen8376 commented 2 years ago

Not a bug ... binary isn't implemented yet.