metalogico / django-sonar

The missing debug tool for django
MIT License
195 stars 3 forks source link

Missing payload data for PUT method #10

Open eriktelepovsky opened 6 months ago

eriktelepovsky commented 6 months ago

Hello.

I noticed there is a Payload information for GET and POST data in request detail. I am using PUT method in my projects as well, but the payload is not available. Can you add it please? Maybe for other methods like PATCH as well.

Thank you!

metalogico commented 6 months ago

Hello. Thanks for the heads up! Yes, the extra http verbs are going to be added as well.