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