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