org.mashupbots.socko.routes
Matches HTTP requests with a method set to DELETE.
DELETE
For example:
val r = Routes({ case DELETE(ctx) => { ... } })
Matches HTTP requests with a method set to
DELETE.For example:
val r = Routes({ case DELETE(ctx) => { ... } })