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