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