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