Other projects have started work on adding support for the new HTTP QUERY method, and I’m wondering if Django should start as well. I’m not sure what would be required, but I wanted to start a thread to collect information and I’m curious to hear other’s thoughts!
I’m curious, what sort of support are you looking for? You can already use arbitrary verbs in http requests. (Requires a little more work for CBVs, but can still be done.)
1 Like
This feature request is being tracked here: Add support for the HTTP QUERY method (RFC 10008) · Issue #185 · django/new-features · GitHub
1 Like
Thanks for the link! I’ll follow along there