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