|
|
|
|
|
by GoodbyeEarl
3407 days ago
|
|
Thank you! it is actually enlightening :) I think it's a little bit awkward to not use put, patch, delete... I wonder however if my server must follow the same technique, if not how to wire a delete endpoint to handle a form post and so on. I'll try to handle a form using only get and post sometime just to see how it works. Thank you! |
|
I've always hated put/patch/delete because it tends to result in data centric UI's instead of workflow centric ones.