ishiikurisu / compression-service

Simple compression/extraction service in Python
Other
0 stars 0 forks source link

Return extracted binary data #1

Open ishiikurisu opened 1 year ago

ishiikurisu commented 1 year ago

Naturally, it's possible to extract binary data from files, but currently it's not possible to return this data through the API because this is not something that JSON allows.

Is there anyway of fixing this?

ishiikurisu commented 1 month ago

Possible solution: enable msgpack through the API?