org.mashupbots.socko.routes
Matches EndPoints of SockoEvents where the method is set to DELETE.
DELETE
For example:
val r = Routes({ case DELETE(ctx) => { ... } })
Matches EndPoints of SockoEvents where the method is set to
DELETE.For example: