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