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