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