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