Server Side Swift with Perfect - Part 9: Server Side | Ray Wenderlich

Learn how to create a simple database driven web app with Perfect, a popular Server Side Swift framework.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3989-server-side-swift-with-perfect/lessons/9
1 Like

Thanks for the screencasts, Ray. The facepalm-worthy jokes were icing on the cake!

Just curious Ray, why do you use โ€œhttp method POST til/{id}/deleteโ€ instead of โ€œhttp method DELETE til/{id}โ€ ?