vishalanandl177 / DRF-API-Logger

An API Logger for your Django Rest Framework project.
https://github.com/vishalanandl177/DRF-API-Logger
Apache License 2.0
303 stars 57 forks source link

Added support for application/octet-stream #73

Closed roshenmaghhan closed 1 year ago

roshenmaghhan commented 1 year ago

Added support for application/octet-stream.

As application/octet-stream are binary file(s), and are unknown and requires the receiver to determine, the response_body is set to have a generic message of " Binary File ".

Use-cases :