Thanks for this wonderful library first of all 🙇
Right now application/json is not one of the content types that should NOT be streamed. Because of this if you are sending a relatively big json you will not be able to utilize django's cache middleware because the response is a streaming response. It would be nice if in the view itself we can disable streaming. Thank you.
Thanks for this wonderful library first of all 🙇
Right now
application/json
is not one of the content types that should NOT be streamed. Because of this if you are sending a relatively big json you will not be able to utilize django's cache middleware because the response is a streaming response. It would be nice if in the view itself we can disable streaming. Thank you.