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