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