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